This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 10ce859766f4c593be77c7716c769216fe421080 Author: Thomas Vandahl <t...@apache.org> AuthorDate: Sat Mar 27 17:44:22 2021 +0100 Fix error message --- .../commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPSender.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPSender.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPSender.java index 64a319e..0aa73e2 100644 --- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPSender.java +++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPSender.java @@ -196,7 +196,7 @@ public class LateralTCPSender } catch ( final IOException | ClassNotFoundException ioe ) { - final String message = "Could not open InputStream to " + + final String message = "Could not open channel to " + client.getRemoteAddress() + " SoTimeout [" + socketSoTimeOut + "] Connected [" + client.isOpen() + "]"; log.error( message, ioe );