summaryrefslogtreecommitdiffstats
path: root/src/restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.c')
-rw-r--r--src/restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c
index 90d8c0e..fd6fec2 100644
--- a/src/restore.c
+++ b/src/restore.c
@@ -151,7 +151,7 @@ int restore_handle_progress_msg(restored_client_t client, plist_t msg) {
}
if ((progress > 0) && (progress < 100))
- info("%s - Progress: %02ull%%\n", restore_progress_string(operation), progress);
+ info("%s - Progress: %llu%%\n", restore_progress_string(operation), progress);
else
info("%s\n", restore_progress_string(operation));