mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Do not duplicate logging here
This commit is contained in:
@@ -242,8 +242,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
ActiveCompileJob.EngineVersion);
|
||||
canSeamlesslySwap = false;
|
||||
}
|
||||
|
||||
if (compileJobProvider.CompileJob.DmeName != ActiveCompileJob.DmeName)
|
||||
else if (compileJobProvider.CompileJob.DmeName != ActiveCompileJob.DmeName)
|
||||
{
|
||||
Logger.LogDebug(
|
||||
"Not swapping to new compile job {0} as it uses a different .dmb name ({1}) than what is currently active {2}. Queueing graceful restart instead...",
|
||||
|
||||
Reference in New Issue
Block a user