Fix: lttng-list: don't warn when the kernel domain has no channels
[lttng-tools.git] / src / bin / lttng / commands / list.c
index 0a770187ae6e89b369b5f213daeddbbc2b24bd91..b4a9c29f0da79165aaf8046eab90790cd45a5332 100644 (file)
@@ -1369,7 +1369,6 @@ static int list_channels(const char *channel_name)
                                count = 0;
                        } else {
                                ret = CMD_SUCCESS;
-                               WARN("No kernel channel");
                                goto error_channels;
                        }
                        break;
This page took 0.023244 seconds and 4 git commands to generate.