Use PRIu64 for format string

This commit is contained in:
Ronnie Sahlberg
2013-06-29 12:23:55 -07:00
parent ff8226a9af
commit dcb223badc

View File

@@ -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;