X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_context.c;fp=src%2Fbin%2Flttng%2Fcommands%2Fadd_context.c;h=2890a4304b3731f290ea655deb5f8b29512daa42;hb=51e03e9132094dbc36434889a3dbd62ebe7ec6ef;hp=c6f4946a0e4a7fb1e2a3049be497a017b089376f;hpb=243c78fad67e9f73ca08d245b5ee3abc6da3892e;p=lttng-tools.git diff --git a/src/bin/lttng/commands/add_context.c b/src/bin/lttng/commands/add_context.c index c6f4946a0..2890a4304 100644 --- a/src/bin/lttng/commands/add_context.c +++ b/src/bin/lttng/commands/add_context.c @@ -631,7 +631,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; }