Fix: format string type mismatch
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 7e263a7636f9188f492131a0824b2b4b127f4a89..9fe54835b656c69844599e3b0bd7b51f69db482f 100644 (file)
@@ -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;
                                }
This page took 0.023214 seconds and 4 git commands to generate.