mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
clean up some more logging spam in the jsonstore modules
This commit is contained in:
@@ -96,7 +96,8 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore
|
||||
return;
|
||||
}
|
||||
|
||||
m_log.DebugFormat("[JsonStoreScripts] module {0} enabled",(m_enabled ? "is" : "is not"));
|
||||
if (m_enabled)
|
||||
m_log.DebugFormat("[JsonStoreScripts] module is enabled");
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user