Continue parsing options for add-context on error
[lttng-tools.git] / lttng / commands / add_context.c
index 619f7c9aca2af41a36da6bab95aa716810a31267..e82678bfccd08054fee3a1f82dd330f45d9db0f6 100644 (file)
@@ -383,7 +383,7 @@ static int add_context(char *session_name)
                                        opt_channel_name);
                        if (ret < 0) {
                                fprintf(stderr, "%s: ", type->opt->symbol);
-                               goto error;
+                               continue;
                        } else {
                                MSG("Kernel context %s added", type->opt->symbol);
                        }
This page took 0.023318 seconds and 4 git commands to generate.