mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Fix logging call
This commit is contained in:
@@ -241,7 +241,7 @@ namespace Tgstation.Server.Host.Swarm.Tests
|
||||
|
||||
async Task<SwarmCommitResult?> ExecuteUpdate(Version version, CancellationToken cancellationToken, CancellationToken criticalCancellationToken)
|
||||
{
|
||||
logger.LogTrace("BeginUpdate...");
|
||||
logger.LogTrace("ExecuteUpdate...");
|
||||
await Task.Yield(); // Important to simulate some actual kind of asyncronicity here
|
||||
|
||||
await Service.PrepareUpdate(version, cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user