Promotes a warning to an error

This commit is contained in:
Dominion
2023-05-23 02:59:15 -04:00
parent 76b214d40e
commit e0cd13917f
@@ -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!");
}
}