You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_log.LogDebug("{HostName} did not respond to scan on port {Port} within {Timeout}ms",hostname,port,_adaptiveTimeout.GetAdaptiveTimeout());
47
+
_log.LogDebug("{HostName} did not respond to scan on port {Port} within {TimeoutMs}ms",hostname,port,_adaptiveTimeout.GetAdaptiveTimeout().TotalMilliseconds);
0 commit comments