Fix: lttng-list: don't warn when the kernel domain has no channels
[lttng-tools.git] / src / bin / lttng / commands / list.c
index 65d8ea6f5c45424444262f87dd4ff7c7e38bbb70..8f44b6a77300ce77391930cb5668615699c80fe1 100644 (file)
@@ -1452,7 +1452,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.024154 seconds and 4 git commands to generate.