aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-04-16 21:23:01 +0100
committerJustin Clark-Casey (justincc)2010-04-16 21:23:01 +0100
commit5459a90fc6b3864b90a10cd99e4e5a3a0e92d226 (patch)
tree215d7e65b06e4da3d65725acde19e1cff004daf7 /OpenSim/Region
parentminor: stop datasnapshot issuing a warning log message if it's disabled (diff)
downloadopensim-SC_OLD-5459a90fc6b3864b90a10cd99e4e5a3a0e92d226.zip
opensim-SC_OLD-5459a90fc6b3864b90a10cd99e4e5a3a0e92d226.tar.gz
opensim-SC_OLD-5459a90fc6b3864b90a10cd99e4e5a3a0e92d226.tar.bz2
opensim-SC_OLD-5459a90fc6b3864b90a10cd99e4e5a3a0e92d226.tar.xz
minor: stop irc bridge warning about not attached to regions if it's not been turned on in the first place
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs b/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs
index e664b44..d49a489 100644
--- a/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs
@@ -109,7 +109,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat
109 } 109 }
110 else 110 else
111 { 111 {
112 m_log.WarnFormat("[IRC-Bridge] Not enabled. Connect for region {0} ignored", scene.RegionInfo.RegionName); 112 //m_log.DebugFormat("[IRC-Bridge] Not enabled. Connect for region {0} ignored", scene.RegionInfo.RegionName);
113 } 113 }
114 } 114 }
115 115