Fix: lttng: incorrect domain list printed when no domain is provided
[lttng-tools.git] / src / bin / lttng / commands / enable_channels.c
index 59fde7d4cec50c7c2486c6951d7edae157024030..fa65b1eaa9257d84e3be698a7e10a9960683c0d8 100644 (file)
@@ -644,7 +644,8 @@ int cmd_enable_channels(int argc, const char **argv)
                }
        }
 
-       ret = print_missing_or_multiple_domains(opt_kernel + opt_userspace);
+       ret = print_missing_or_multiple_domains(
+                       opt_kernel + opt_userspace, false);
        if (ret) {
                ret = CMD_ERROR;
                goto end;
This page took 0.029593 seconds and 4 git commands to generate.