mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 13:36:50 +01:00
Minor log message tweak
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user