ID:355 - Fix printf format in lib/ipmi_sunoem.c

This commit is contained in:
Zdenek Styblik 2016-05-30 20:38:17 +02:00
parent 55834ec3aa
commit b42c16d9dc

View File

@ -1436,7 +1436,7 @@ ipmi_sunoem_echo(struct ipmi_intf * intf, int argc, char *argv[])
received++;
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);
}
} /* for (i = 0; i < num; i++) */