You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2013/05/09 00:01:13 UTC

[2/2] git commit: r/m redundant log line on startup

r/m redundant log line on startup


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

Branch: refs/heads/trunk
Commit: ae0d6ebd26389d9504456cf96582eb76c24c9ff3
Parents: 7825361
Author: Jonathan Ellis <jb...@apache.org>
Authored: Wed May 8 17:01:06 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Wed May 8 17:01:06 2013 -0500

----------------------------------------------------------------------
 .../cassandra/config/DatabaseDescriptor.java       |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ae0d6ebd/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/config/DatabaseDescriptor.java b/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
index 89f4c77..8b1b223 100644
--- a/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
+++ b/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
@@ -377,8 +377,6 @@ public class DatabaseDescriptor
 
         logger.info((conf.multithreaded_compaction ? "" : "Not ") + "using multi-threaded compaction");
 
-        logger.info((conf.multithreaded_compaction ? "" : "Not ") + "using multi-threaded compaction");
-
         if (conf.in_memory_compaction_limit_in_mb != null && conf.in_memory_compaction_limit_in_mb <= 0)
         {
             throw new ConfigurationException("in_memory_compaction_limit_in_mb must be a positive integer");