print invalid command message to the console, not the log

0.7.1-dev
Justin Clark-Casey (justincc) 2011-04-23 00:16:55 +01:00
parent f7d47bbb1f
commit 191da19bd1
1 changed files with 1 additions and 3 deletions

View File

@ -592,9 +592,7 @@ namespace OpenSim.Framework.Console
string line = ReadLine(m_defaultPrompt + "# ", true, true); string line = ReadLine(m_defaultPrompt + "# ", true, true);
if (line != String.Empty) if (line != String.Empty)
{ Output("Invalid command");
m_log.Info("[CONSOLE] Invalid command");
}
} }
public void RunCommand(string cmd) public void RunCommand(string cmd)