X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fevent.c;h=fd44f6da2133da600197bb0e45353abf09a1cec6;hb=64744f4278ee2c3b0e6c1c45cc420ea9c555969e;hp=850b97f14ec9738a86e5919cc22cc0cbc69c5b1d;hpb=d9a1fd3e4a81c4d74ee555401fa18e4bb21f21ee;p=lttng-tools.git diff --git a/src/common/event.c b/src/common/event.c index 850b97f14..fd44f6da2 100644 --- a/src/common/event.c +++ b/src/common/event.c @@ -613,7 +613,7 @@ deserialize_event_type_payload: } if (ret != event_comm->userspace_probe_location_len) { - WARN("Userspace probe location from the received buffer is not the advertised length: header length = %" PRIu32 ", payload length = %lu", event_comm->userspace_probe_location_len, ret); + WARN("Userspace probe location from the received buffer is not the advertised length: header length = %" PRIu32 ", payload length = %zd", event_comm->userspace_probe_location_len, ret); ret = -1; goto end; }