We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d858d commit d68910bCopy full SHA for d68910b
1 file changed
src/osdp_diag.c
@@ -52,7 +52,7 @@ void osdp_packet_capture_finish(struct osdp_pd *pd)
52
LOG_ERR("Unable to stop capture (flush/close failed)");
53
return;
54
}
55
- LOG_INF("Captured %d packets", num_packets);
+ LOG_INF("Captured %zu packets", num_packets);
56
57
58
void osdp_capture_packet(struct osdp_pd *pd, uint8_t *buf, int len)
0 commit comments