%d -> %lu

kv-debug
Vitaliy Filippov 2023-11-20 03:02:26 +03:00
parent cf36445359
commit 6b33ae973d
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ void osd_t::print_slow()
} }
if (op->req.sec_stab.len > sizeof(obj_ver_id)*12) if (op->req.sec_stab.len > sizeof(obj_ver_id)*12)
{ {
bufprintf(", ... (%d items)", op->req.sec_stab.len/sizeof(obj_ver_id)); bufprintf(", ... (%lu items)", op->req.sec_stab.len/sizeof(obj_ver_id));
} }
} }
else if (op->req.hdr.opcode == OSD_OP_SEC_LIST) else if (op->req.hdr.opcode == OSD_OP_SEC_LIST)