X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_context.c;h=eeaaf3a6573dfab855d2c3ef0c2de0f4bbad0faa;hb=b75c559e34d9a9ef06a3ad558f104021547ae4a8;hp=2311dfa20fdcc08c34ee2891d7c6ffeb810fa03f;hpb=50b34a52072664e1076872817a2d51ab4e432cc3;p=lttng-tools.git diff --git a/src/bin/lttng/commands/add_context.c b/src/bin/lttng/commands/add_context.c index 2311dfa20..eeaaf3a65 100644 --- a/src/bin/lttng/commands/add_context.c +++ b/src/bin/lttng/commands/add_context.c @@ -632,7 +632,7 @@ static int add_context(char *session_name) opt_channel_name); } else { MSG("%s context %s added to all channels", - get_domain_str(dom.type), type->opt->symbol) + get_domain_str(dom.type), type->opt->symbol); } success = 1; }