We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f44b04 commit fcd6422Copy full SHA for fcd6422
src/ti/backups.c
@@ -117,7 +117,7 @@ static void backups__delete_files(ti_backup_t * backup)
117
fail1:
118
vec_destroy(vec, (vec_destroy_cb) ti_val_unsafe_drop);
119
fail0:
120
- log_error("failed to remove files for backup id %zu", backup->id);
+ log_error("failed to remove files for backup id %"PRIu64, backup->id);
121
return;
122
}
123
0 commit comments