You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/05/08 16:27:13 UTC

svn commit: r773006 - /camel/trunk/components/camel-quickfix/src/main/java/org/apache/camel/component/quickfix/QuickfixEndpoint.java

Author: ningjiang
Date: Fri May  8 14:27:12 2009
New Revision: 773006

URL: http://svn.apache.org/viewvc?rev=773006&view=rev
Log:
CAMEL-1350 Update the comment of setting logFactory

Modified:
    camel/trunk/components/camel-quickfix/src/main/java/org/apache/camel/component/quickfix/QuickfixEndpoint.java

Modified: camel/trunk/components/camel-quickfix/src/main/java/org/apache/camel/component/quickfix/QuickfixEndpoint.java
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-quickfix/src/main/java/org/apache/camel/component/quickfix/QuickfixEndpoint.java?rev=773006&r1=773005&r2=773006&view=diff
==============================================================================
--- camel/trunk/components/camel-quickfix/src/main/java/org/apache/camel/component/quickfix/QuickfixEndpoint.java (original)
+++ camel/trunk/components/camel-quickfix/src/main/java/org/apache/camel/component/quickfix/QuickfixEndpoint.java Fri May  8 14:27:12 2009
@@ -165,7 +165,7 @@
             if (!strict) {
                 // if the logFactory is still not set and we are fine to use
                 // non-strict logging,
-                // then the screen logging factory will be used by default
+                // then the SLF4JLogFactory logging factory will be used by default
                 logFactory = new SLF4JLogFactory(settings);
             } else {
                 throw new IllegalArgumentException(