mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Add a minor missing log line
This commit is contained in:
@@ -760,8 +760,9 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
progressReporter.ReportProgress(lastReport);
|
||||
}
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
catch (OperationCanceledException ex)
|
||||
{
|
||||
logger.LogTrace(ex, "ProgressTask aborted.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user