aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/CommandConsole.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Console/CommandConsole.cs')
-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