Skip to content

Commit a9951fe

Browse files
committed
Correct variable in span event
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent a59a9d4 commit a9951fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/grid/node/local/LocalNode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ public void drain() {
10681068
} else {
10691069
pendingSessions.set(currentSessionCount);
10701070
span.addEvent(
1071-
String.format("%s session(s) pending before draining Node", currentSessionCount));
1071+
String.format("%s session(s) pending before draining Node", attributeMap));
10721072
}
10731073
}
10741074
}

0 commit comments

Comments
 (0)