X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist_triggers.c;h=91ff1c06850222584bcdb9b3d721bee5f7fd101d;hp=3b806e7ea2bd98b15ae78595c84849c4794f321d;hb=481c5310f698d32187c0f20bd0d1da3b8b696b06;hpb=1d4b59f247e2692bf1e9c3c0aac93a47389d20dd diff --git a/src/bin/lttng/commands/list_triggers.c b/src/bin/lttng/commands/list_triggers.c index 3b806e7ea..91ff1c068 100644 --- a/src/bin/lttng/commands/list_triggers.c +++ b/src/bin/lttng/commands/list_triggers.c @@ -817,7 +817,7 @@ void print_one_trigger(const struct lttng_trigger *trigger) assert(trigger_status == LTTNG_TRIGGER_STATUS_OK); MSG("- name: %s", name); - MSG(" user id: %d", trigger_uid); + MSG(" owner uid: %d", trigger_uid); condition = lttng_trigger_get_const_condition(trigger); condition_type = lttng_condition_get_type(condition);