mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Add a minor log message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user