From 0ae8ad2dfbc0ddbe307e154c4b1b67643f2e06b3 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 18 Aug 2020 12:48:37 -0400 Subject: [PATCH] Add a minor log message --- src/Tgstation.Server.Host/Components/Watchdog/BasicWatchdog.cs | 1 + 1 file changed, 1 insertion(+) 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