X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist_triggers.c;h=512f250138fa906ade4073f012374328732d22d5;hp=329fd293ae5ac21978735232b086b4dc299cc6e6;hb=71f3b9c7fd4ad68dd8763a2b1afd4620d77f6bdd;hpb=74f286be45611aa0a3e0a8fedfdee6c254a97ee6 diff --git a/src/bin/lttng/commands/list_triggers.c b/src/bin/lttng/commands/list_triggers.c index 329fd293a..512f25013 100644 --- a/src/bin/lttng/commands/list_triggers.c +++ b/src/bin/lttng/commands/list_triggers.c @@ -432,7 +432,7 @@ void print_condition_on_event(const struct lttng_condition *condition) assert(condition_status == LTTNG_CONDITION_STATUS_OK); error_count = lttng_condition_on_event_get_error_count(condition); - MSG(" tracer notifications discarded: %ld", error_count); + MSG(" tracer notifications discarded: %" PRIu64, error_count); if (cap_desc_count > 0) { MSG(" captures:");