projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff3db88
)
Continue parsing options for add-context on error
author
David Goulet
<david.goulet@polymtl.ca>
Mon, 15 Aug 2011 20:14:45 +0000
(16:14 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Mon, 15 Aug 2011 20:14:45 +0000
(16:14 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng/commands/add_context.c
patch
|
blob
|
blame
|
history
diff --git
a/lttng/commands/add_context.c
b/lttng/commands/add_context.c
index 619f7c9aca2af41a36da6bab95aa716810a31267..e82678bfccd08054fee3a1f82dd330f45d9db0f6 100644
(file)
--- a/
lttng/commands/add_context.c
+++ b/
lttng/commands/add_context.c
@@
-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.027154 seconds
and
4
git commands to generate.