diff options
author | Diva Canto | 2011-04-25 19:14:14 -0700 |
---|---|---|
committer | Diva Canto | 2011-04-25 19:14:14 -0700 |
commit | 87eb46b9653db5d43fe96f400dd8081da33b8c70 (patch) | |
tree | acbd85e69f3a2c22160874c6ca4b1d875ea91cbb /OpenSim | |
parent | Removed stale client components: MXP and VWoHTTP. (diff) | |
parent | print invalid command message to the console, not the log (diff) | |
download | opensim-SC_OLD-87eb46b9653db5d43fe96f400dd8081da33b8c70.zip opensim-SC_OLD-87eb46b9653db5d43fe96f400dd8081da33b8c70.tar.gz opensim-SC_OLD-87eb46b9653db5d43fe96f400dd8081da33b8c70.tar.bz2 opensim-SC_OLD-87eb46b9653db5d43fe96f400dd8081da33b8c70.tar.xz |
Merge branch '0.7.1-dev' of ssh://opensimulator.org/var/git/opensim into 0.7.1-dev
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Console/CommandConsole.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Framework/Console/CommandConsole.cs b/OpenSim/Framework/Console/CommandConsole.cs index 52bcd55..be36cf2 100644 --- a/OpenSim/Framework/Console/CommandConsole.cs +++ b/OpenSim/Framework/Console/CommandConsole.cs | |||
@@ -592,9 +592,7 @@ namespace OpenSim.Framework.Console | |||
592 | string line = ReadLine(m_defaultPrompt + "# ", true, true); | 592 | string line = ReadLine(m_defaultPrompt + "# ", true, true); |
593 | 593 | ||
594 | if (line != String.Empty) | 594 | if (line != String.Empty) |
595 | { | 595 | Output("Invalid command"); |
596 | m_log.Info("[CONSOLE] Invalid command"); | ||
597 | } | ||
598 | } | 596 | } |
599 | 597 | ||
600 | public void RunCommand(string cmd) | 598 | public void RunCommand(string cmd) |