diff --git a/src/Tgstation.Server.Host/System/Process.cs b/src/Tgstation.Server.Host/System/Process.cs index 7ef2eeed3f..4a7225df13 100644 --- a/src/Tgstation.Server.Host/System/Process.cs +++ b/src/Tgstation.Server.Host/System/Process.cs @@ -112,7 +112,7 @@ namespace Tgstation.Server.Host.System } catch (Exception ex) { - logger.LogDebug(ex, "Error on WaitForInputIdle()!"); + logger.LogTrace(ex, "WaitForInputIdle() failed, this is normal."); } }, default, // DCT: None available