Fix a message's formatting

This commit is contained in:
Jordan Brown
2020-05-18 16:55:41 -04:00
parent bc434d1df6
commit 3ecc78fe26
@@ -674,7 +674,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
? "Restarting"
: "Shutting down";
var chatTask = Chat.SendWatchdogMessage(
$"Monitor crashed, this should NEVER happen! Please report this, full details in logs!{nextActionMessage}. Error: {e.Message}",
$"Monitor crashed, this should NEVER happen! Please report this, full details in logs! {nextActionMessage}. Error: {e.Message}",
false,
cancellationToken);