diff --git a/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs b/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs index d289185114..eb6c2c1095 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs @@ -574,6 +574,8 @@ namespace Tgstation.Server.Host.Components.Watchdog await StopMonitor().ConfigureAwait(false); var reattachInformation = CreateReattachInformation(); + + Logger.LogDebug("Saving reattach information..."); await reattachInfoHandler.Save(reattachInformation, cancellationToken).ConfigureAwait(false); }