mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Changes a LogDebug to LogError
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Tgstation.Server.Host.Components.Interop
|
||||
catch (OperationCanceledException) { }
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.LogDebug("Exception while trying to handle command json write: {0}", ex);
|
||||
logger.LogError("Exception while trying to handle command json write: {0}", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user