X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_context.c;fp=src%2Fbin%2Flttng%2Fcommands%2Fadd_context.c;h=de54721cb5a2c3571a02cf93163d6c99b8e83490;hp=994cd49eb32037b898dc3fcac9853c3681ebd9a9;hb=3533d06b152292235b1ab28364804754339e62f5;hpb=b53d4e59bf0a980aa774dcccc27123986e77b8ff diff --git a/src/bin/lttng/commands/add_context.c b/src/bin/lttng/commands/add_context.c index 994cd49eb..de54721cb 100644 --- a/src/bin/lttng/commands/add_context.c +++ b/src/bin/lttng/commands/add_context.c @@ -1147,8 +1147,8 @@ int cmd_add_context(int argc, const char **argv) goto end; } - ret = print_missing_or_multiple_domains(opt_kernel + opt_userspace + - opt_jul + opt_log4j); + ret = print_missing_or_multiple_domains( + opt_kernel + opt_userspace + opt_jul + opt_log4j, true); if (ret) { ret = CMD_ERROR; goto end;