minor: correct console response when setting attachments logging level
parent
f1fc557715
commit
4123b0fdbd
|
@ -145,7 +145,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
||||||
{
|
{
|
||||||
DebugLevel = debugLevel;
|
DebugLevel = debugLevel;
|
||||||
MainConsole.Instance.OutputFormat(
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue