minor: correct console response when setting attachments logging level

This commit is contained in:
Justin Clark-Casey
2014-11-10 23:48:02 +00:00
parent f1fc557715
commit 4123b0fdbd

View File

@@ -145,7 +145,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
{
DebugLevel = debugLevel;
MainConsole.Instance.OutputFormat(
"Set event queue debug level to {0} in {1}", DebugLevel, m_scene.Name);
"Set attachments debug level to {0} in {1}", DebugLevel, m_scene.Name);
}
}