X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fcommands%2Fdisable_channels.c;fp=lttng%2Fcommands%2Fdisable_channels.c;h=59ad9fc28f97929526951df06f7b8bcd7d69cb09;hp=434aae59a590d679ddd6db4138bb43368cd963c0;hb=7885e399f12affe1933fcacce7f2dab311ed6761;hpb=6b79ed20f0e6d7aace483e2e4364083d2cfe838b 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); }