diff options
author | Melanie Thielker | 2009-05-05 01:34:41 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-05 01:34:41 +0000 |
commit | f28b380c4a713eac4a813d57be9c62245b8eea60 (patch) | |
tree | 35981d913222c5aa04349f753239a8722f588c08 /OpenSim/Framework | |
parent | * Attempting to find cause of NotSupportedException in Asset subsystem. (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Framework/Console/CommandConsole.cs | 2 |
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 | ||