mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Minor log line
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user