X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.c;h=9fe54835b656c69844599e3b0bd7b51f69db482f;hp=7e263a7636f9188f492131a0824b2b4b127f4a89;hb=6a00837f8cb0431a2ad90974d67fae138ea97dd5;hpb=26726f8a9b43e4c7d69f70ddb086d7f2581bcfb6 diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c index 7e263a763..9fe54835b 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -4940,7 +4940,7 @@ int ust_app_snapshot_record(struct ltt_ust_session *usess, reg_chan->subbuf_size > max_stream_size) { ret = -EINVAL; DBG3("UST app snapshot record maximum stream size %" PRIu64 - " is smaller than subbuffer size of %" PRIu64, + " is smaller than subbuffer size of %zu", max_stream_size, reg_chan->subbuf_size); goto error; }