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 a59a9d4 commit a9951feCopy full SHA for a9951fe
java/src/org/openqa/selenium/grid/node/local/LocalNode.java
@@ -1068,7 +1068,7 @@ public void drain() {
1068
} else {
1069
pendingSessions.set(currentSessionCount);
1070
span.addEvent(
1071
- String.format("%s session(s) pending before draining Node", currentSessionCount));
+ String.format("%s session(s) pending before draining Node", attributeMap));
1072
}
1073
1074
0 commit comments