diff --git a/src/Tgstation.Server.Host/Swarm/SwarmService.cs b/src/Tgstation.Server.Host/Swarm/SwarmService.cs index ebda13992f..2e977abb38 100644 --- a/src/Tgstation.Server.Host/Swarm/SwarmService.cs +++ b/src/Tgstation.Server.Host/Swarm/SwarmService.cs @@ -826,7 +826,7 @@ namespace Tgstation.Server.Host.Swarm updateCommitTcs = new TaskCompletionSource(); } - logger.LogDebug("Prepared for update to version {version}", version); + logger.LogDebug("Local node prepared for update to version {version}", version); } catch (Exception ex) {