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)
187 } else { 187 } else {
188 printf("\r%s: %s", command_name, status_name); 188 printf("\r%s: %s", command_name, status_name);
189 } 189 }
190 if (command_completed) {
191 printf("\n");
192 }
190 } 193 }
191 } else { 194 } else {
192 /* report error to the user */ 195 /* report error to the user */