Skip to content

Commit fcd6422

Browse files
committed
Fixed formaating in backup
1 parent 6f44b04 commit fcd6422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ti/backups.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static void backups__delete_files(ti_backup_t * backup)
117117
fail1:
118118
vec_destroy(vec, (vec_destroy_cb) ti_val_unsafe_drop);
119119
fail0:
120-
log_error("failed to remove files for backup id %zu", backup->id);
120+
log_error("failed to remove files for backup id %"PRIu64, backup->id);
121121
return;
122122
}
123123

0 commit comments

Comments
 (0)