mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Fixed OGS build
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in
This commit is contained in:
@@ -83,8 +83,8 @@ namespace OpenGrid.Framework.Manager {
|
||||
/// </summary>
|
||||
public static void ShutdownServer()
|
||||
{
|
||||
Console.WriteLine("Shutting down the grid server - recieved a grid manager request");
|
||||
Console.WriteLine("Terminating in three seconds...");
|
||||
Console.WriteLine("Shutting down the grid server - recieved a grid manager request");
|
||||
Console.WriteLine("Terminating in three seconds...");
|
||||
Thread.Sleep(3000);
|
||||
thecallback("shutdown");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user