diff options
Diffstat (limited to 'OpenSim/Grid/InventoryServer')
-rw-r--r-- | OpenSim/Grid/InventoryServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs index 7891965..7560383 100644 --- a/OpenSim/Grid/InventoryServer/Main.cs +++ b/OpenSim/Grid/InventoryServer/Main.cs | |||
@@ -164,7 +164,7 @@ namespace OpenSim.Grid.InventoryServer | |||
164 | 164 | ||
165 | private void Work() | 165 | private void Work() |
166 | { | 166 | { |
167 | m_console.Notice("Enter help for a list of commands\n"); | 167 | m_console.Output("Enter help for a list of commands\n"); |
168 | 168 | ||
169 | while (true) | 169 | while (true) |
170 | { | 170 | { |