mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
print invalid command message to the console, not the log
This commit is contained in:
@@ -592,9 +592,7 @@ namespace OpenSim.Framework.Console
|
||||
string line = ReadLine(m_defaultPrompt + "# ", true, true);
|
||||
|
||||
if (line != String.Empty)
|
||||
{
|
||||
m_log.Info("[CONSOLE] Invalid command");
|
||||
}
|
||||
Output("Invalid command");
|
||||
}
|
||||
|
||||
public void RunCommand(string cmd)
|
||||
|
||||
Reference in New Issue
Block a user