You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2006/08/03 14:34:29 UTC

svn commit: r428393 - /db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/PlatformFactory.java

Author: arminw
Date: Thu Aug  3 05:34:29 2006
New Revision: 428393

URL: http://svn.apache.org/viewvc?rev=428393&view=rev
Log:
change log level

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/PlatformFactory.java

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/PlatformFactory.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/PlatformFactory.java?rev=428393&r1=428392&r2=428393&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/PlatformFactory.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/platforms/PlatformFactory.java Thu Aug  3 05:34:29 2006
@@ -128,7 +128,7 @@
                 {
                     String resolvedName = createClassName(str);
                     result = instantiatePlatform(resolvedName);
-                    log.warn("The correct Platform token is '" + str
+                    log.info("The correct Platform token is '" + str
                             + "' instead of the specified '" + platformName + "'");
                 }
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org