X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustcomm%2Fustcomm.c;fp=libustcomm%2Fustcomm.c;h=43f4289a58662cca985fcbc68d26b2f7c49bd7ee;hp=9b1d83a9a4d86bde829f45830b404872a7fe8e1c;hb=fbae86d664c12e450d3cb702b602701d37781b41;hpb=d9d1c081341e1bb1ef8e9346d29d36548afb1346 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; }