Minor log line

This commit is contained in:
Jordan Brown
2020-07-06 04:05:08 -04:00
parent ea7235b198
commit b8e4cdbc4e
@@ -107,7 +107,10 @@ namespace Tgstation.Server.Host.Components.Session
.ConfigureAwait(false);
if (timeoutMilliseconds == default)
{
logger.LogCritical("Missing TopicRequestTimeout!");
return;
}
topicTimeout = TimeSpan.FromMilliseconds(timeoutMilliseconds.Value);