Add a minor log message

This commit is contained in:
Jordan Brown
2020-08-18 12:48:37 -04:00
parent 8031f495d5
commit 0ae8ad2dfb
@@ -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