File tree 1 file changed +7
-7
lines changed
java/server/src/org/openqa/grid/internal
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -561,13 +561,13 @@ public boolean sendDeleteSessionRequest() {
561
561
} catch (Throwable e ) {
562
562
ok = false ;
563
563
// corrupted or the something else already sent the DELETE.
564
- log .severe ("Error releasing. Server corrupted ?" );
565
- }finally {
566
- try {
567
- EntityUtils .consume (responseBody );
568
- } catch (IOException e ) {
569
- log .warning ("Consuming the response body when DELETE to the node" + e .getMessage ());
570
- }
564
+ log .severe ("Unable to send DELETE request for the current session" , e );
565
+ } finally {
566
+ try {
567
+ EntityUtils .consume (responseBody );
568
+ } catch (IOException e ) {
569
+ log .warning ("Consuming the response body when DELETE to the node " + e .getMessage ());
570
+ }
571
571
}
572
572
return ok ;
573
573
}
You can’t perform that action at this time.
0 commit comments