mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Massive console refactor. Greatly simplify interface.
This commit is contained in:
2
OpenSim/Addons/Groups/GroupsMessagingModule.cs
Normal file → Executable file
2
OpenSim/Addons/Groups/GroupsMessagingModule.cs
Normal file → Executable file
@@ -252,7 +252,7 @@ namespace OpenSim.Groups
|
||||
|
||||
m_debugEnabled = verbose;
|
||||
|
||||
MainConsole.Instance.OutputFormat("{0} verbose logging set to {1}", Name, m_debugEnabled);
|
||||
MainConsole.Instance.Output("{0} verbose logging set to {1}", null, Name, m_debugEnabled);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user