Fix: lttng: incorrect domain list printed when no domain is provided
[lttng-tools.git] / src / bin / lttng / commands / disable_events.c
index 501c3cf3aa7bc31caecf8792a68a5966c4086594..a42c3a3cd52849c044d9a61a7304113b0db7a56c 100644 (file)
@@ -368,7 +368,9 @@ int cmd_disable_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.023611 seconds and 4 git commands to generate.