diff --git a/src/Tgstation.Server.Host.Watchdog/Watchdog.cs b/src/Tgstation.Server.Host.Watchdog/Watchdog.cs index c6292a3641..e03061afc7 100644 --- a/src/Tgstation.Server.Host.Watchdog/Watchdog.cs +++ b/src/Tgstation.Server.Host.Watchdog/Watchdog.cs @@ -34,7 +34,7 @@ namespace Tgstation.Server.Host.Watchdog public async Task RunAsync(string[] args, CancellationToken cancellationToken) { logger.LogInformation("Host watchdog starting..."); - + logger.LogDebug("PID: {0}", Process.GetCurrentProcess().Id); string updateDirectory = null; try {