Add a useful log line

This commit is contained in:
Cyberboss
2018-09-25 13:54:01 -04:00
parent 3d4d808af6
commit 230ad67e4d
@@ -603,6 +603,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
await chat.SendWatchdogMessage(String.Format(CultureInfo.InvariantCulture, "Monitor crashed, this should NEVER happen! Please report this, full details in logs! Restarting monitor... Error: {0}", e.Message), cancellationToken).ConfigureAwait(false);
}
}
logger.LogTrace("Monitor exiting...");
}
async Task<bool> StopMonitor()