Log aborted topic requests

This commit is contained in:
Jordan Brown
2020-05-14 16:39:44 -04:00
parent 43e8c0d793
commit ecde933fd4
@@ -560,6 +560,7 @@ namespace Tgstation.Server.Host.Components.Session
}
catch (OperationCanceledException e)
{
logger.LogTrace("Topic request aborted!");
cancellationToken.ThrowIfCancellationRequested();
caughtException = e;
}