mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Log message cleanup
This commit is contained in:
@@ -217,7 +217,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
Task<ISessionController> serverLaunchTask;
|
||||
if (!reattachInProgress)
|
||||
{
|
||||
Logger.LogTrace("Initializing controller with CompileJob {0}...", dmbToUse.CompileJob.Id);
|
||||
Logger.LogTrace("Initializing controller with CompileJob {compileJobId}...", dmbToUse.CompileJob.Id);
|
||||
await BeforeApplyDmb(dmbToUse.CompileJob, cancellationToken);
|
||||
dmbToUse = await PrepServerForLaunch(dmbToUse, cancellationToken);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user