aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-05 01:34:41 +0000
committerMelanie Thielker2009-05-05 01:34:41 +0000
commitf28b380c4a713eac4a813d57be9c62245b8eea60 (patch)
tree35981d913222c5aa04349f753239a8722f588c08 /OpenSim/Framework/Console
parent* Attempting to find cause of NotSupportedException in Asset subsystem. (diff)
downloadopensim-SC_OLD-f28b380c4a713eac4a813d57be9c62245b8eea60.zip
opensim-SC_OLD-f28b380c4a713eac4a813d57be9c62245b8eea60.tar.gz
opensim-SC_OLD-f28b380c4a713eac4a813d57be9c62245b8eea60.tar.bz2
opensim-SC_OLD-f28b380c4a713eac4a813d57be9c62245b8eea60.tar.xz
Committing the new server base
Diffstat (limited to 'OpenSim/Framework/Console')
-rw-r--r--OpenSim/Framework/Console/CommandConsole.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/CommandConsole.cs b/OpenSim/Framework/Console/CommandConsole.cs
index 0c314b9..3c79fba 100644
--- a/OpenSim/Framework/Console/CommandConsole.cs
+++ b/OpenSim/Framework/Console/CommandConsole.cs
@@ -430,7 +430,7 @@ namespace OpenSim.Framework.Console
430 430
431 if (line != String.Empty) 431 if (line != String.Empty)
432 { 432 {
433 m_log.Info("Invalid command"); 433 m_log.Info("[CONSOLE] Invalid command");
434 } 434 }
435 } 435 }
436 436