Fix: lttng: incorrect domain list printed when no domain is provided
[lttng-tools.git] / src / bin / lttng / commands / enable_events.c
index 0de6a0cd4e42d42d9d058a8c12c6cfa66e5b6c8c..f41dc9ecac7424e0a4edc458a982f00353646c95 100644 (file)
@@ -1772,7 +1772,9 @@ int cmd_enable_events(int argc, const char **argv)
        }
 
        ret = print_missing_or_multiple_domains(
-               opt_kernel + opt_userspace + opt_jul + opt_log4j + opt_python);
+                       opt_kernel + opt_userspace + opt_jul + opt_log4j +
+                                       opt_python,
+                       true);
        if (ret) {
                ret = CMD_ERROR;
                goto end;
This page took 0.023012 seconds and 4 git commands to generate.