diff options
| author | Keith Wall <kwall@apache.org> | 2013-11-28 10:11:55 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2013-11-28 10:11:55 +0000 |
| commit | 9b3dc6ee58732c7a380de8224fc23065afbcfe1d (patch) | |
| tree | 358c3a441fefc43a822472f80d67b5f04644774d /java/client | |
| parent | 9c1389e6fbdf56a87eff31e8f85238be821aece5 (diff) | |
| download | qpid-python-9b3dc6ee58732c7a380de8224fc23065afbcfe1d.tar.gz | |
NO-JIRA: [Java System Tests] Add extra logging to HeartbeatTest in order to understand an occasional failure on a slow (virtalised) Jenkins environment
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1546330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
| -rw-r--r-- | java/client/src/main/java/org/apache/qpid/client/protocol/AMQProtocolHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/src/main/java/org/apache/qpid/client/protocol/AMQProtocolHandler.java b/java/client/src/main/java/org/apache/qpid/client/protocol/AMQProtocolHandler.java index 37e6904378..ba5a98411f 100644 --- a/java/client/src/main/java/org/apache/qpid/client/protocol/AMQProtocolHandler.java +++ b/java/client/src/main/java/org/apache/qpid/client/protocol/AMQProtocolHandler.java @@ -310,7 +310,7 @@ public class AMQProtocolHandler implements ProtocolEngine public void writerIdle() { - _logger.debug("Protocol Session [" + this + "] idle: reader"); + _logger.debug("Protocol Session [" + this + "] idle: writer"); writeFrame(HeartbeatBody.FRAME); _heartbeatListener.heartbeatSent(); } |
