X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fdisable_events.c;h=a42c3a3cd52849c044d9a61a7304113b0db7a56c;hp=501c3cf3aa7bc31caecf8792a68a5966c4086594;hb=3533d06b152292235b1ab28364804754339e62f5;hpb=b53d4e59bf0a980aa774dcccc27123986e77b8ff diff --git a/src/bin/lttng/commands/disable_events.c b/src/bin/lttng/commands/disable_events.c index 501c3cf3a..a42c3a3cd 100644 --- a/src/bin/lttng/commands/disable_events.c +++ b/src/bin/lttng/commands/disable_events.c @@ -368,7 +368,9 @@ int cmd_disable_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;