X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=372a71dad1d2579f4cd329f9cd97180c867d52f7;hb=ba8fcece7e8f4eb0f5f4345232a88687aff7919b;hp=70dc99b0afc55801067e6b224481977d597ba471;hpb=159b042f34366d0fde5dcd73b4231c558922a664;p=deliverable%2Flttng-tools.git diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 70dc99b0a..372a71dad 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -1446,7 +1446,6 @@ static int list_channels(const char *channel_name) count = 0; } else { ret = CMD_SUCCESS; - WARN("No kernel channel"); goto error_channels; } break;