Fix: lttng: incorrect domain list printed when no domain is provided
[lttng-tools.git] / src / bin / lttng / commands / enable_channels.c
index 3a7f9fd06b937141f7493c595ddc16f399233cec..4f04d33d20923f6fabfa9bcdeb2fc372d6842a8c 100644 (file)
@@ -654,7 +654,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.023081 seconds and 4 git commands to generate.