diff options
author | sacha | 2010-08-07 13:19:53 +0000 |
---|---|---|
committer | sacha | 2010-08-07 13:19:53 +0000 |
commit | 047a4764f22340667ea8c3b11a56ed54011aded9 (patch) | |
tree | 978bfe28cc9f0d93de317513b7f456a6bbcf5f1e /OpenSim/Region/CoreModules/Avatar | |
parent | Clean the loo after use please !!!!! (diff) | |
download | opensim-SC-047a4764f22340667ea8c3b11a56ed54011aded9.zip opensim-SC-047a4764f22340667ea8c3b11a56ed54011aded9.tar.gz opensim-SC-047a4764f22340667ea8c3b11a56ed54011aded9.tar.bz2 opensim-SC-047a4764f22340667ea8c3b11a56ed54011aded9.tar.xz |
and another one...
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/InstantMessage/InstantMessageModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/InstantMessage/InstantMessageModule.cs b/OpenSim/Region/CoreModules/Avatar/InstantMessage/InstantMessageModule.cs index cbea54c..1603c07 100644 --- a/OpenSim/Region/CoreModules/Avatar/InstantMessage/InstantMessageModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/InstantMessage/InstantMessageModule.cs | |||
@@ -169,7 +169,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage | |||
169 | } | 169 | } |
170 | catch | 170 | catch |
171 | { | 171 | { |
172 | m_log.Info("[OFFLINE MESSAGING]: No PST timezone found on this machine. Saving with local timestamp."); | 172 | //m_log.Info("[OFFLINE MESSAGING]: No PST timezone found on this machine. Saving with local timestamp."); |
173 | } | 173 | } |
174 | 174 | ||
175 | // And make it look local again to fool the unix time util | 175 | // And make it look local again to fool the unix time util |