Minor log message tweak

This commit is contained in:
Dominion
2023-06-11 10:05:10 -04:00
parent cb6e80f65c
commit 5fa13fdf0f
@@ -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)