mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Downgrade WaitForInputIdle errors to trace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user