Skip to content

Commit 6303f84

Browse files
author
Federico Fissore
committed
Logging Verifying/Uploading when using CLI
1 parent 8d840c5 commit 6303f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,10 @@ protected void onProgress(Progress progress) {
413413
Editor editor = editors.get(0);
414414

415415
if (parser.isUploadMode()) {
416-
// Build and upload
416+
splashScreenHelper.splashText(_("Verifying and uploading..."));
417417
editor.exportHandler.run();
418418
} else {
419-
// Build only
419+
splashScreenHelper.splashText(_("Verifying..."));
420420
editor.runHandler.run();
421421
}
422422

0 commit comments

Comments
 (0)