mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Log aborted topic requests
This commit is contained in:
@@ -560,6 +560,7 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
}
|
||||
catch (OperationCanceledException e)
|
||||
{
|
||||
logger.LogTrace("Topic request aborted!");
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
caughtException = e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user