mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Massive console refactor. Greatly simplify interface.
This commit is contained in:
2
OpenSim/Addons/Groups/GroupsModule.cs
Normal file → Executable file
2
OpenSim/Addons/Groups/GroupsModule.cs
Normal file → Executable file
@@ -127,7 +127,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);
|
||||
}
|
||||
|
||||
public void RegionLoaded(Scene scene)
|
||||
|
||||
Reference in New Issue
Block a user