diff --git a/src/Tgstation.Server.Host/Core/ServerUpdater.cs b/src/Tgstation.Server.Host/Core/ServerUpdater.cs index b1c0b10c53..07f98fa7d3 100644 --- a/src/Tgstation.Server.Host/Core/ServerUpdater.cs +++ b/src/Tgstation.Server.Host/Core/ServerUpdater.cs @@ -153,7 +153,7 @@ namespace Tgstation.Server.Host.Core } inMustCommitUpdate = updateCommitResult == SwarmCommitResult.MustCommitUpdate; - logger.LogTrace("Moving {stagingDirectory} to {updateDirectory}", stagingDirectory, updatePath); + logger.LogTrace("Moving {stagingDirectory} to {updateDirectory}...", stagingDirectory, updatePath); await ioManager.MoveDirectory(stagingDirectory, updatePath, criticalCancellationToken); } catch (Exception e) when (createdStagingDirectory)