diff --git a/src/Tgstation.Server.Host/Components/Watchdog/SessionController.cs b/src/Tgstation.Server.Host/Components/Watchdog/SessionController.cs index c38616f24c..ba776bafc4 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/SessionController.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/SessionController.cs @@ -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;