From 3ecc78fe267d7a0b290239601070f4b71c96ab5e Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 18 May 2020 16:55:41 -0400 Subject: [PATCH] Fix a message's formatting --- src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs b/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs index 893591612c..b694624a7d 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs @@ -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);