nicer logs

This commit is contained in:
rusefillc 2022-11-01 10:25:26 -04:00
parent 841ed30c1f
commit 6dcb666e8d
1 changed files with 2 additions and 0 deletions

View File

@ -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");