Add logging

This commit is contained in:
Jordan Brown
2020-04-28 14:39:50 -04:00
parent 6333ec076b
commit 2666a9e7ca
@@ -361,6 +361,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
// currently unused, maybe in the future
break;
case BridgeCommandType.Kill:
logger.LogInformation("Bridge requested process termination!");
TerminationWasRequested = true;
process.Terminate();
break;