X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng%2Fcommands%2Fdisable_channels.c;h=59ad9fc28f97929526951df06f7b8bcd7d69cb09;hb=734f79bf717d87817623d382c59086dc9e8ef610;hp=434aae59a590d679ddd6db4138bb43368cd963c0;hpb=e14f64a857c09162959b50c6c7f2abaaaa7eee49;p=lttng-tools.git diff --git a/lttng/commands/disable_channels.c b/lttng/commands/disable_channels.c index 434aae59a..59ad9fc28 100644 --- a/lttng/commands/disable_channels.c +++ b/lttng/commands/disable_channels.c @@ -111,7 +111,8 @@ static int disable_channels(char *session_name) if (ret < 0) { goto error; } else { - MSG("Channel %s disabled for session %s", channel_name, + MSG("%s channel %s disabled for session %s", + opt_kernel ? "Kernel" : "UST", channel_name, session_name); }