diff --git a/src/Tgstation.Server.Host/Components/Watchdog/BasicWatchdog.cs b/src/Tgstation.Server.Host/Components/Watchdog/BasicWatchdog.cs index 08d1ecad37..f6edacd1d2 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/BasicWatchdog.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/BasicWatchdog.cs @@ -179,6 +179,7 @@ namespace Tgstation.Server.Host.Components.Watchdog // don't need a new dmb if reattaching var reattachInProgress = reattachInfo != null; var dmbToUse = reattachInProgress ? null : DmbFactory.LockNextDmb(1); + Logger.LogTrace("Initializing controller with CompileJob {0}...", dmbToUse.CompileJob.Id); // if this try catches something, both servers are killed try