IDEMPIERE-3824 Implement apply packin from folder from command line

This commit is contained in:
Carlos Ruiz 2019-01-15 18:42:55 +01:00
parent 02009bc22d
commit d7065224fa
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class PackInApplicationActivator extends AbstractActivator {
if (!packIn(zipFile)) {
// stop processing further packages if one fail
String msg = "Failed application of " + zipFile;
addLog(Level.SEVERE, msg);
addLog(Level.WARNING, msg);
if (getProcessInfo() != null) {
getProcessInfo().setError(true);
getProcessInfo().setSummary("@Error@: " + msg);