IDEMPIERE-2485 Missing OSGi Factory for Replenish Interface / minor - decrease log level
This commit is contained in:
parent
423d803b3f
commit
e2e5cfbe35
|
@ -333,7 +333,7 @@ public class Core {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (myReplenishInstance == null) {
|
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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue