X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fenable_channels.c;h=fa65b1eaa9257d84e3be698a7e10a9960683c0d8;hb=2948cce504b63c05b6f56c245ebb6152cf0bd714;hp=59fde7d4cec50c7c2486c6951d7edae157024030;hpb=cea15630e95deb18545e9b52d436dee5367a9e68;p=lttng-tools.git 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;