IDEMPIERE-3824 Implement apply packin from folder from command line
This commit is contained in:
parent
02009bc22d
commit
d7065224fa
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue