diff options
Diffstat (limited to 'OpenSim/Grid/GridServer/GridServerBase.cs')
-rw-r--r-- | OpenSim/Grid/GridServer/GridServerBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/GridServer/GridServerBase.cs b/OpenSim/Grid/GridServer/GridServerBase.cs index a22f685..8ca4296 100644 --- a/OpenSim/Grid/GridServer/GridServerBase.cs +++ b/OpenSim/Grid/GridServer/GridServerBase.cs | |||
@@ -74,9 +74,9 @@ namespace OpenSim.Grid.GridServer | |||
74 | } | 74 | } |
75 | } | 75 | } |
76 | 76 | ||
77 | public void Startup() | 77 | public override void Startup() |
78 | { | 78 | { |
79 | m_log.Info("[GRID]: Starting..."); | 79 | base.Startup(); |
80 | 80 | ||
81 | Config(); | 81 | Config(); |
82 | 82 | ||