X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fenable_events.c;h=e7fd15ab917f2a47ab2cc05cec8b41000bd756ac;hb=bf19009767db1b69e7c9badfab564aa30ea28ad6;hp=f6bae4874266863e3de6c20350565ad1dc4e0523;hpb=c7389bae8e28b17fb4fd9f6c57e537d50b1be893;p=lttng-tools.git diff --git a/src/bin/lttng/commands/enable_events.c b/src/bin/lttng/commands/enable_events.c index f6bae4874..e7fd15ab9 100644 --- a/src/bin/lttng/commands/enable_events.c +++ b/src/bin/lttng/commands/enable_events.c @@ -1782,7 +1782,9 @@ int cmd_enable_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;