From 5fa13fdf0fce414b9da5a5a74fc730e3806a1353 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sun, 11 Jun 2023 09:44:06 -0400 Subject: [PATCH] Minor log message tweak --- src/Tgstation.Server.Host/Core/ServerUpdater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)