aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer')
-rw-r--r--OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs b/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs
index 0b58825..16b9d9e 100644
--- a/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs
+++ b/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs
@@ -119,7 +119,7 @@ namespace OpenSim.Grid.AssetInventoryServer
119 119
120 public void Work() 120 public void Work()
121 { 121 {
122 m_console.Notice("Enter help for a list of commands"); 122 m_console.Output("Enter help for a list of commands");
123 123
124 while (true) 124 while (true)
125 { 125 {