mirror of https://github.com/apache/activemq.git
resolve https://issues.apache.org/activemq/browse/AMQ-2493 - patch applied with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@880696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e8a641c6b7
commit
11274e0b74
|
@ -358,7 +358,7 @@ public class JDBCPersistenceAdapter extends DataSourceSupport implements Persist
|
||||||
adapter = finder.newInstance(dirverName);
|
adapter = finder.newInstance(dirverName);
|
||||||
LOG.info("Database " + kind + " driver override recognized for : [" + dirverName + "] - adapter: " + adapter.getClass());
|
LOG.info("Database " + kind + " driver override recognized for : [" + dirverName + "] - adapter: " + adapter.getClass());
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
LOG.warn("Database " + kind + " driver override not found for : [" + dirverName
|
LOG.info("Database " + kind + " driver override not found for : [" + dirverName
|
||||||
+ "]. Will use default implementation.");
|
+ "]. Will use default implementation.");
|
||||||
}
|
}
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
|
|
Loading…
Reference in New Issue