adding log statement on shutdown in background mode

0.6.5-rc1
Dr Scofield 2009-04-17 13:27:32 +00:00
parent d5fbb2610d
commit 96a22862d2
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ namespace OpenSim
public override void Shutdown()
{
WorldHasComeToAnEnd.Set();
m_log.Info("[OPENSIM MAIN]: World has come to an end");
base.Shutdown();
}
}