X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fenable_channels.c;h=fa65b1eaa9257d84e3be698a7e10a9960683c0d8;hp=59fde7d4cec50c7c2486c6951d7edae157024030;hb=3533d06b152292235b1ab28364804754339e62f5;hpb=b53d4e59bf0a980aa774dcccc27123986e77b8ff diff --git a/src/bin/lttng/commands/enable_channels.c b/src/bin/lttng/commands/enable_channels.c index 59fde7d4c..fa65b1eaa 100644 --- a/src/bin/lttng/commands/enable_channels.c +++ b/src/bin/lttng/commands/enable_channels.c @@ -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;