We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da2e7a7 + 04c0c3f commit 9938c5aCopy full SHA for 9938c5a
core/src/main/csharp/ch/cyberduck/core/diagnostics/TcpReachability.cs
@@ -67,7 +67,7 @@ public bool isReachable(Host h)
67
{
68
if (Log.isDebugEnabled())
69
70
- Log.debug($"WebException thrown with status {e.Status}");
+ Log.debug($"WebException thrown with status {e.Status} for {h}");
71
}
72
73
switch (e.Status)
@@ -87,7 +87,7 @@ public bool isReachable(Host h)
87
88
catch (Exception e)
89
90
- Log.error("Generic exception while checking for reachability", e);
+ Log.error("Generic exception while checking for reachability for {h}", e);
91
return false;
92
93
default:
0 commit comments