aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console
diff options
context:
space:
mode:
authorMelanie2011-04-26 23:20:13 +0200
committerMelanie2011-04-26 23:20:13 +0200
commit4ed54dcc013b2901cb74b81c1300972a9591c612 (patch)
tree7f58e5d7dbd71eb66a798e68fbed030ae8e38217 /OpenSim/Framework/Console
parentTry to repair attachments ion the fly if they are detached and reattached. (diff)
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC-4ed54dcc013b2901cb74b81c1300972a9591c612.zip
opensim-SC-4ed54dcc013b2901cb74b81c1300972a9591c612.tar.gz
opensim-SC-4ed54dcc013b2901cb74b81c1300972a9591c612.tar.bz2
opensim-SC-4ed54dcc013b2901cb74b81c1300972a9591c612.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Framework/Console')
-rw-r--r--OpenSim/Framework/Console/CommandConsole.cs4
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)