IDEMPIERE-1655 minor - decrease log level

This commit is contained in:
Carlos Ruiz 2015-03-08 10:41:56 -05:00
parent eb3491f826
commit bf4765113f
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ public class Core {
}
if (myBankStatementLoader == null) {
s_log.log(Level.SEVERE, "Not found in service/extension registry and classpath");
s_log.log(Level.CONFIG, className + " not found in service/extension registry and classpath");
return null;
}
@ -238,7 +238,7 @@ public class Core {
}
if (myBankStatementMatcher == null) {
s_log.log(Level.SEVERE, "Not found in service/extension registry and classpath");
s_log.log(Level.CONFIG, className + " not found in service/extension registry and classpath");
return null;
}