nicer logs
This commit is contained in:
parent
841ed30c1f
commit
6dcb666e8d
|
@ -39,6 +39,8 @@ public class Autoupdate {
|
|||
if (bundleFullName != null) {
|
||||
System.out.println("Handling " + bundleFullName);
|
||||
handleBundle(bundleFullName, mode, ConnectionAndMeta.BASE_URL_LATEST);
|
||||
} else {
|
||||
System.err.println("ERROR: Autoupdate: unable to perform without bundleFullName");
|
||||
}
|
||||
} else {
|
||||
System.out.println("Update mode: NEVER");
|
||||
|
|
Loading…
Reference in New Issue