X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fht-cleanup.c;h=e5a291609b2c21963d172d3615a36889f8d4c891;hb=7fa2082ed250230b7823e01b144aa6b580d4b2f5;hp=373c913dccae1bbb484fefc8e518b9c3821ef255;hpb=25b397f9ccee70eb6f2968837702c50f22ad7bbf;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ht-cleanup.c b/src/bin/lttng-sessiond/ht-cleanup.c index 373c913dc..e5a291609 100644 --- a/src/bin/lttng-sessiond/ht-cleanup.c +++ b/src/bin/lttng-sessiond/ht-cleanup.c @@ -66,14 +66,15 @@ void *thread_ht_cleanup(void *data) while (1) { int handled_event; - DBG3("[ht-thread] Polling on %d fds.", - LTTNG_POLL_GETNB(&events)); + DBG3("[ht-thread] Polling."); /* Inifinite blocking call, waiting for transmission */ restart: handled_event = 0; health_poll_entry(); ret = lttng_poll_wait(&events, -1); + DBG3("[ht-thread] Returning from poll on %d fds.", + LTTNG_POLL_GETNB(&events)); health_poll_exit(); if (ret < 0) { /*