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.
1 parent b5a1d07 commit 8f4b69fCopy full SHA for 8f4b69f
java/server/src/org/openqa/grid/internal/BaseRemoteProxy.java
@@ -479,7 +479,7 @@ public int compareTo(RemoteProxy o) {
479
480
@Override
481
public String toString() {
482
- return getRemoteHost().toString();
+ return getRemoteHost() != null ? getRemoteHost().toString() : "<detached>";
483
}
484
485
private final HtmlRenderer renderer = new DefaultHtmlRenderer(this);
0 commit comments