Add -j/--jul to lttng UI and ABI
[lttng-tools.git] / src / bin / lttng / commands / add_context.c
index 6286ed8a0a1838e49c4592e5770e02c4ab7f16df..3cd00f3d3411ac2e9b0801c3c8d421cc5feb8744 100644 (file)
@@ -368,7 +368,7 @@ static int add_context(char *session_name)
        } else if (opt_userspace) {
                dom.type = LTTNG_DOMAIN_UST;
        } else {
-               ERR("Please specify a tracer (-k/--kernel or -u/--userspace)");
+               print_missing_domain();
                ret = CMD_ERROR;
                goto error;
        }
This page took 0.023611 seconds and 5 git commands to generate.