X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.c;h=c2ad0fdd8cef613f170f4c43673d5d356fde8f93;hp=1bafeee07daccb79ef8f5377256ec6ed78257018;hb=c8f59ee5fc11492ef472dc5cfd2fd2c4926b1787;hpb=806e2684ce24d3772af37ee46c5f0500c7a0723f diff --git a/src/common/ust-consumer/ust-consumer.c b/src/common/ust-consumer/ust-consumer.c index 1bafeee07..c2ad0fdd8 100644 --- a/src/common/ust-consumer/ust-consumer.c +++ b/src/common/ust-consumer/ust-consumer.c @@ -537,6 +537,8 @@ int lttng_ustconsumer_data_available(struct lttng_consumer_stream *stream) assert(stream); + DBG("UST consumer checking data availability"); + /* * Try to lock the stream mutex. On failure, we know that the stream is * being used else where hence there is data still being extracted.