X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.c;h=0c34d163841dbc35db367173174a08ad2fc5117e;hp=67948252dc44708f59e0150ba3e9ff2b2b28c7a3;hb=e98a44b093e3b566c0d26bfe52d4fac13df4a5a2;hpb=3c442be3a174ad58a50fa725ce0c8b35189d257b diff --git a/src/bin/lttng-sessiond/cmd.c b/src/bin/lttng-sessiond/cmd.c index 67948252d..0c34d1638 100644 --- a/src/bin/lttng-sessiond/cmd.c +++ b/src/bin/lttng-sessiond/cmd.c @@ -1745,7 +1745,7 @@ static int _cmd_enable_event(struct ltt_session *session, default_chan_name = DEFAULT_PYTHON_CHANNEL_NAME; break; default: - /* The switch/case we are in should avoid this else big problem */ + /* The switch/case we are in makes this impossible */ assert(0); }