dk2k commented on code in PR #6306:
URL: https://github.com/apache/jmeter/pull/6306#discussion_r1809411913


##########
src/protocol/tcp/src/main/java/org/apache/jmeter/protocol/tcp/sampler/TCPSampler.java:
##########
@@ -504,7 +504,7 @@ private void closeSocket(String socketKey) {
             try {
                 con.close();
             } catch (IOException e) {
-                log.warn("Error closing socket {}", e); //$NON-NLS-1$
+                log.warn("Error closing socket", e); //$NON-NLS-1$

Review Comment:
   The changed line will still produce a stacktrace



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to