You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2012/07/04 13:24:36 UTC

[3/4] git commit: log mx4j absence at debug

log mx4j absence at debug


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

Branch: refs/heads/trunk
Commit: b8ca84c8a024f9ad7860600020f9edd108250e6f
Parents: e0f4c7c
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Jul 3 17:14:13 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Jul 3 17:14:13 2012 -0500

----------------------------------------------------------------------
 src/java/org/apache/cassandra/utils/Mx4jTool.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b8ca84c8/src/java/org/apache/cassandra/utils/Mx4jTool.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/utils/Mx4jTool.java b/src/java/org/apache/cassandra/utils/Mx4jTool.java
index 63cdff8..5953cb3 100644
--- a/src/java/org/apache/cassandra/utils/Mx4jTool.java
+++ b/src/java/org/apache/cassandra/utils/Mx4jTool.java
@@ -69,7 +69,7 @@ public class Mx4jTool
         }
         catch (ClassNotFoundException e)
         {
-            logger.info("Will not load MX4J, mx4j-tools.jar is not in the classpath");
+            logger.debug("Will not load MX4J, mx4j-tools.jar is not in the classpath");
         }
         catch(Exception e)
         {