aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/ConsolePluginCommand.cs
diff options
context:
space:
mode:
authormbowman2010-01-19 15:50:30 -0800
committerMelanie2010-01-20 00:16:08 +0000
commitc211a120a5045c4b1ccaac7bfe7db13f75804cc3 (patch)
treeb493a52f69ef42bb9e52821c67400ee5e95a8228 /OpenSim/Framework/Console/ConsolePluginCommand.cs
parentComment the asset deletion handler. It can be abused and is not currently (diff)
downloadopensim-SC_OLD-c211a120a5045c4b1ccaac7bfe7db13f75804cc3.zip
opensim-SC_OLD-c211a120a5045c4b1ccaac7bfe7db13f75804cc3.tar.gz
opensim-SC_OLD-c211a120a5045c4b1ccaac7bfe7db13f75804cc3.tar.bz2
opensim-SC_OLD-c211a120a5045c4b1ccaac7bfe7db13f75804cc3.tar.xz
Console output no longer requires loglevel to be set to info; you can run the simulator with log level WARN or ERROR and see the output of console commands
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to 'OpenSim/Framework/Console/ConsolePluginCommand.cs')
-rwxr-xr-x[-rw-r--r--]OpenSim/Framework/Console/ConsolePluginCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/ConsolePluginCommand.cs b/OpenSim/Framework/Console/ConsolePluginCommand.cs
index a2f31ea..f4d3687 100644..100755
--- a/OpenSim/Framework/Console/ConsolePluginCommand.cs
+++ b/OpenSim/Framework/Console/ConsolePluginCommand.cs
@@ -124,7 +124,7 @@ namespace OpenSim.Framework.Console
124 /// </summary> 124 /// </summary>
125 public void ShowHelp(ConsoleBase console) 125 public void ShowHelp(ConsoleBase console)
126 { 126 {
127 console.Output(String.Join(" ", m_cmdText) + " - " + m_helpText); 127 console.Output(String.Join(" ", m_cmdText) + " - " + m_helpText + "\n");
128 } 128 }
129 129
130 /// <summary> 130 /// <summary>