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 a1170f8..a281a37 100644 --- a/OpenSim/Grid/GridServer/GridServerBase.cs +++ b/OpenSim/Grid/GridServer/GridServerBase.cs | |||
@@ -70,7 +70,7 @@ namespace OpenSim.Grid.GridServer | |||
70 | 70 | ||
71 | public GridServerBase() | 71 | public GridServerBase() |
72 | { | 72 | { |
73 | m_console = new ConsoleBase("Grid"); | 73 | m_console = new LocalConsole("Grid"); |
74 | MainConsole.Instance = m_console; | 74 | MainConsole.Instance = m_console; |
75 | } | 75 | } |
76 | 76 | ||