mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
adding log statement on shutdown in background mode
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user