minor: stop irc bridge warning about not attached to regions if it's not been turned on in the first place

This commit is contained in:
Justin Clark-Casey (justincc)
2010-04-16 21:23:01 +01:00
parent 9131a0d4a4
commit 5459a90fc6

View File

@@ -109,7 +109,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat
}
else
{
m_log.WarnFormat("[IRC-Bridge] Not enabled. Connect for region {0} ignored", scene.RegionInfo.RegionName);
//m_log.DebugFormat("[IRC-Bridge] Not enabled. Connect for region {0} ignored", scene.RegionInfo.RegionName);
}
}