summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ideviceinstaller.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index ea91bd5..f45326f 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -187,6 +187,9 @@ static void status_cb(plist_t command, plist_t status, void *unused)
} else {
printf("\r%s: %s", command_name, status_name);
}
+ if (command_completed) {
+ printf("\n");
+ }
}
} else {
/* report error to the user */