reta commented on code in PR #2258:
URL: https://github.com/apache/cxf/pull/2258#discussion_r1945126028


##########
core/src/main/java/org/apache/cxf/io/DelayedCachedOutputStreamCleaner.java:
##########
@@ -119,7 +119,7 @@ private void clean(Collection<DelayedCloseable> closeables) 
{
                 final DelayedCloseable next = iterator.next();
                 try {
                     iterator.remove();
-                    LOG.warning("Unclosed (leaked?) stream detected: " + 
next.closeable);
+                    LOG.warning("Unclosed (leaked?) stream detected: " + 
next.closeable.hashCode());

Review Comment:
   Thank you @Thom-x , this was certainly not expected ...



-- 
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...@cxf.apache.org

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

Reply via email to