Fix: (slight UI change) refuse missing -c if non-default channel exists
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index f8c02ee72cf03adf6eeca28548aa4f0aff98afcb..4f374f030a9ed1f061a021b8836c4c1c250488ff 100644 (file)
@@ -1568,6 +1568,8 @@ int lttng_ustconsumer_read_subbuffer(struct lttng_consumer_stream *stream,
        DBG("In UST read_subbuffer (wait_fd: %d, name: %s)", stream->wait_fd,
                        stream->name);
 
+       sleep(1);
+
        /* Ease our life for what's next. */
        ustream = stream->ustream;
 
This page took 0.022916 seconds and 4 git commands to generate.