Repository: cassandra
Updated Branches:
  refs/heads/trunk 10d5b7b2f -> d32c474f6


add missing logging marker, to match parameter


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d32c474f
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d32c474f
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d32c474f

Branch: refs/heads/trunk
Commit: d32c474f6d29efc6324886b08ac52b27d92c1434
Parents: 10d5b7b
Author: Dave Brosius <dbros...@mebigfatguy.com>
Authored: Mon Sep 4 22:25:53 2017 -0400
Committer: Dave Brosius <dbros...@mebigfatguy.com>
Committed: Mon Sep 4 22:25:53 2017 -0400

----------------------------------------------------------------------
 src/java/org/apache/cassandra/net/async/MessageOutHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d32c474f/src/java/org/apache/cassandra/net/async/MessageOutHandler.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/net/async/MessageOutHandler.java 
b/src/java/org/apache/cassandra/net/async/MessageOutHandler.java
index b4ceb92..e88b56a 100644
--- a/src/java/org/apache/cassandra/net/async/MessageOutHandler.java
+++ b/src/java/org/apache/cassandra/net/async/MessageOutHandler.java
@@ -115,7 +115,7 @@ class MessageOutHandler extends ChannelDuplexHandler
         // the channel handlers are removed from the channel potentially saync 
from the close operation.
         if (!ctx.channel().isOpen())
         {
-            logger.debug("attempting to process a message in the pipeline, but 
the channel is closed", ctx.channel().id());
+            logger.debug("attempting to process a message in the pipeline, but 
channel {} is closed", ctx.channel().id());
             return;
         }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to