Improve UST channel code
[lttng-tools.git] / lttng / commands / enable_channels.c
index ec4aae3cf44e168e8d6e8c7f1152c45e4caf472f..52745f69a651d61ec91f18ca1b8cff81bf0c9d6a 100644 (file)
@@ -181,8 +181,9 @@ static int enable_channel(char *session_name)
                if (ret < 0) {
                        goto error;
                } else {
-                       MSG("Channel enabled %s for session %s",
-                                       channel_name, session_name);
+                       MSG("%s channel %s enabled for session %s",
+                                       opt_kernel ? "Kernel" : "UST", channel_name,
+                                       session_name);
                }
 
                /* Next event */
This page took 0.023084 seconds and 4 git commands to generate.