X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fevent.cpp;h=6dca04def6e082527338da51694af1605546787a;hb=8899bce153ac7c5efc24d55ff69fe8ddab35463b;hp=9525d7132fa9d80e81b5e46f598fb81aef3265fa;hpb=ae2275afab15b194011e92058c63039542212748;p=lttng-tools.git diff --git a/src/common/event.cpp b/src/common/event.cpp index 9525d7132..6dca04def 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -621,7 +621,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; }