Add a minor missing log line

This commit is contained in:
Dominion
2023-04-01 17:13:44 -04:00
parent c7a37b7a79
commit 3df11b2ee5
@@ -760,8 +760,9 @@ namespace Tgstation.Server.Host.Components.Deployment
progressReporter.ReportProgress(lastReport);
}
}
catch (OperationCanceledException)
catch (OperationCanceledException ex)
{
logger.LogTrace(ex, "ProgressTask aborted.");
}
}