IDEMPIERE-1655 minor - decrease log level
This commit is contained in:
parent
eb3491f826
commit
bf4765113f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue