Skip to content

Commit

Permalink
MONDRIAN: Upgrade msg when JDBC driver not found from info to warning.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 4515]
  • Loading branch information
julianhyde committed Nov 29, 2005
1 parent d0da374 commit c52c1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/rolap/RolapUtil.java
Expand Up @@ -262,7 +262,7 @@ public static synchronized void loadDrivers(String jdbcDrivers) {
LOGGER.info("Mondrian: JDBC driver "
+ jdbcDriver + " loaded successfully");
} catch (ClassNotFoundException e) {
LOGGER.info("Mondrian: Warning: JDBC driver "
LOGGER.warn("Mondrian: Warning: JDBC driver "
+ jdbcDriver + " not found");
}
}
Expand Down

0 comments on commit c52c1cc

Please sign in to comment.