diff --git a/test-tool/iscsi-support.c b/test-tool/iscsi-support.c index e61b97c..0f3e2e8 100644 --- a/test-tool/iscsi-support.c +++ b/test-tool/iscsi-support.c @@ -917,7 +917,8 @@ prin_verify_reserved_as(struct iscsi_context *iscsi, int lun, } if (rr->reservation_key != key) { logging(LOG_NORMAL, - "[FAILED] Failed to find reservation key 0x%llx: found 0x%lx.", + "[FAILED] Failed to find reservation key 0x%llx: found 0x%" + PRIu64 ".", key, rr->reservation_key); ret = -1; goto dun;