Skip to content

Commit

Permalink
polish warning log format
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Sep 25, 2024
1 parent 6470798 commit a9db42a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ public final boolean retain() {
PROTOCOL_ERROR_CLOSE_CLIENT,
"",
"",
"Retain failed, because connection {} has been destroyed but not yet removed, will create a new one instead."
+ " Check logs below to confirm that this connection finally gets removed to make sure there's no potential memory leak!",
remote);
"Retain failed, because connection " + remote
+ " has been destroyed but not yet removed, will create a new one instead."
+ " Check logs below to confirm that this connection finally gets removed to make sure there's no potential memory leak!");
return false;
}
return true;
Expand Down

0 comments on commit a9db42a

Please sign in to comment.