Improve UST channel code
[lttng-tools.git] / lttng / commands / disable_channels.c
index 434aae59a590d679ddd6db4138bb43368cd963c0..59ad9fc28f97929526951df06f7b8bcd7d69cb09 100644 (file)
@@ -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);
                }
 
This page took 0.022611 seconds and 4 git commands to generate.