Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-defau...
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Jul 2013 14:04:12 +0000 (10:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Jul 2013 14:04:12 +0000 (10:04 -0400)
For debugging, added by mistake.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/ust-consumer/ust-consumer.c

index 4f374f030a9ed1f061a021b8836c4c1c250488ff..f8c02ee72cf03adf6eeca28548aa4f0aff98afcb 100644 (file)
@@ -1568,8 +1568,6 @@ 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.026496 seconds and 4 git commands to generate.