mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
ID:355 - Fix printf format in lib/ipmi_sunoem.c
This commit is contained in:
parent
55834ec3aa
commit
b42c16d9dc
@ -1436,7 +1436,7 @@ ipmi_sunoem_echo(struct ipmi_intf * intf, int argc, char *argv[])
|
|||||||
|
|
||||||
received++;
|
received++;
|
||||||
if (!quiet_mode) {
|
if (!quiet_mode) {
|
||||||
printf("Receive %u Bytes - Seq. # %d time=%d ms\n",
|
printf("Receive %lu Bytes - Seq. # %d time=%d ms\n",
|
||||||
sizeof(sunoem_echo_msg_t), echo_rsp->seq_num, resp_time);
|
sizeof(sunoem_echo_msg_t), echo_rsp->seq_num, resp_time);
|
||||||
}
|
}
|
||||||
} /* for (i = 0; i < num; i++) */
|
} /* for (i = 0; i < num; i++) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user