lttng {add,list,remove}-trigger: rename user id to owner uid
[lttng-tools.git] / src / bin / lttng / commands / list_triggers.c
index 3b806e7ea2bd98b15ae78595c84849c4794f321d..91ff1c06850222584bcdb9b3d721bee5f7fd101d 100644 (file)
@@ -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);
This page took 0.023704 seconds and 4 git commands to generate.