mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Promotes a warning to an error
This commit is contained in:
@@ -1045,7 +1045,7 @@ namespace Tgstation.Server.Host.Components.Chat
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.LogWarning(ex, "Error in asynchronous chat message!");
|
||||
logger.LogError(ex, "Error in asynchronous chat message!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user