From: Mathieu Desnoyers Date: Fri, 19 Jul 2013 14:04:12 +0000 (-0400) Subject: Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-defau... X-Git-Tag: v2.3.0-rc2~13 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=6888426390316e99aee5e562356bb95930466e91 Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists" For debugging, added by mistake. Signed-off-by: Mathieu Desnoyers --- diff --git a/src/common/ust-consumer/ust-consumer.c b/src/common/ust-consumer/ust-consumer.c index 4f374f030..f8c02ee72 100644 --- a/src/common/ust-consumer/ust-consumer.c +++ b/src/common/ust-consumer/ust-consumer.c @@ -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;