diff options
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r-- | OpenSim/Grid/GridServer/GridServerBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridServerBase.cs b/OpenSim/Grid/GridServer/GridServerBase.cs index 67bef2e..6f47304 100644 --- a/OpenSim/Grid/GridServer/GridServerBase.cs +++ b/OpenSim/Grid/GridServer/GridServerBase.cs | |||
@@ -61,7 +61,7 @@ namespace OpenSim.Grid.GridServer | |||
61 | 61 | ||
62 | public void Work() | 62 | public void Work() |
63 | { | 63 | { |
64 | m_console.Notice("Enter help for a list of commands\n"); | 64 | m_console.Output("Enter help for a list of commands\n"); |
65 | 65 | ||
66 | while (true) | 66 | while (true) |
67 | { | 67 | { |