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 025d96e commit f2d458fCopy full SHA for f2d458f
java/src/org/openqa/selenium/grid/node/local/LocalNode.java
@@ -152,7 +152,7 @@ private LocalNode(
152
.ticker(ticker)
153
.removalListener((RemovalListener<SessionId, SessionSlot>) notification -> {
154
// Attempt to stop the session
155
- LOG.log(Debug.getDebugLogLevel(), "Stopping session %s", notification.getKey().toString());
+ LOG.log(Debug.getDebugLogLevel(), "Stopping session {0}", notification.getKey().toString());
156
SessionSlot slot = notification.getValue();
157
if (!slot.isAvailable()) {
158
slot.stop();
0 commit comments