We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55c012 commit 1f0ba93Copy full SHA for 1f0ba93
java/server/src/org/openqa/grid/internal/TestSession.java
@@ -561,7 +561,7 @@ public boolean sendDeleteSessionRequest() {
561
} catch (Throwable e) {
562
ok = false;
563
// corrupted or the something else already sent the DELETE.
564
- log.severe("Unable to send DELETE request for the current session", e);
+ log.severe("Unable to send DELETE request for the current session " + e.getMessage());
565
} finally {
566
try {
567
EntityUtils.consume(responseBody);
0 commit comments