IDEMPIERE-2485 Missing OSGi Factory for Replenish Interface / minor - decrease log level

This commit is contained in:
Carlos Ruiz 2015-03-04 20:21:58 -05:00
parent 423d803b3f
commit e2e5cfbe35
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ public class Core {
}
if (myReplenishInstance == 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;
}