You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2017/02/11 22:47:30 UTC

cassandra git commit: match up logging markers with parameters

Repository: cassandra
Updated Branches:
  refs/heads/trunk 1ffcdb5a6 -> e1dda71a4


match up logging markers with parameters


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

Branch: refs/heads/trunk
Commit: e1dda71a4fc43310a0e41dddb4b428fe6ef3b9c6
Parents: 1ffcdb5
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Sat Feb 11 17:47:18 2017 -0500
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Sat Feb 11 17:47:18 2017 -0500

----------------------------------------------------------------------
 .../cassandra/streaming/compress/CompressedStreamReader.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e1dda71a/src/java/org/apache/cassandra/streaming/compress/CompressedStreamReader.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/streaming/compress/CompressedStreamReader.java b/src/java/org/apache/cassandra/streaming/compress/CompressedStreamReader.java
index d8e329c..da62aa9 100644
--- a/src/java/org/apache/cassandra/streaming/compress/CompressedStreamReader.java
+++ b/src/java/org/apache/cassandra/streaming/compress/CompressedStreamReader.java
@@ -72,7 +72,7 @@ public class CompressedStreamReader extends StreamReader
             throw new IOException("CF " + tableId + " was dropped during streaming");
         }
 
-        logger.debug("[Stream #{}] Start receiving file #{} from {}, repairedAt = {}, size = {}, ks = '{}', table = '{}'.",
+        logger.debug("[Stream #{}] Start receiving file #{} from {}, repairedAt = {}, size = {}, ks = '{}', pendingRepair = '{}', table = '{}'.",
                      session.planId(), fileSeqNum, session.peer, repairedAt, totalSize, cfs.keyspace.getName(), session.getPendingRepair(),
                      cfs.getTableName());