X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.c;h=43f4289a58662cca985fcbc68d26b2f7c49bd7ee;hb=8d6300d3b3cb0219e1109e931a2219dbd812b24d;hp=9b1d83a9a4d86bde829f45830b404872a7fe8e1c;hpb=28c1bb4003ca120888a1d61d5ec71eac426ae490;p=ust.git diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index 9b1d83a..43f4289 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -371,7 +371,7 @@ int ustcomm_recv_fd(int sock, if (peek_header.size && data) { if (peek_header.size < 0 || peek_header.size > USTCOMM_DATA_SIZE) { - ERR("big peek header! %d", peek_header.size); + ERR("big peek header! %ld", peek_header.size); return 0; }