mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fix a message's formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user