Change to errorprint

This commit is contained in:
Li 2022-10-26 22:47:26 +13:00
parent 4c09390ac8
commit c0bde9f864

View file

@ -139,7 +139,7 @@ namespace HISP.Server
return; return;
} while (!GameServer.ServerSocket.AcceptAsync(e)); } while (!GameServer.ServerSocket.AcceptAsync(e));
} }
catch (ObjectDisposedException ex) { Logger.CrashPrint("Server shutdown due to " + ex.Message); } // server shutdown catch (ObjectDisposedException ex) { Logger.ErrorPrint("Server shutdown due to " + ex.Message); } // server shutdown
} }
private void timeoutTimerTick(object state) private void timeoutTimerTick(object state)
{ {