mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
fixing warning in IRCBridgeModule and logging the exception cause now.
This commit is contained in:
@@ -438,9 +438,10 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat
|
||||
m_enabled = true;
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception ex)
|
||||
{
|
||||
m_log.Info("[CHAT]: Incomplete IRC config information, skipping IRC bridge configuration");
|
||||
m_log.Info("[IRC]: Incomplete IRC configuration, skipping IRC bridge configuration");
|
||||
m_log.DebugFormat("[IRC] Incomplete IRC configuration: {0}", ex.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user