diff options
Diffstat (limited to 'OpenSim/Grid/GridServer/GridServerBase.cs')
-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 88a9561..4e29cbf 100644 --- a/OpenSim/Grid/GridServer/GridServerBase.cs +++ b/OpenSim/Grid/GridServer/GridServerBase.cs | |||
@@ -60,7 +60,7 @@ namespace OpenSim.Grid.GridServer | |||
60 | 60 | ||
61 | public GridServerBase() | 61 | public GridServerBase() |
62 | { | 62 | { |
63 | m_console = new ConsoleBase("GRID", this); | 63 | m_console = new ConsoleBase("Grid", this); |
64 | MainConsole.Instance = m_console; | 64 | MainConsole.Instance = m_console; |
65 | } | 65 | } |
66 | 66 | ||