watcher: Only log number of managed FDs

Adding the internal notify FD might be confusing.
This commit is contained in:
Tobias Brunner
2023-04-27 13:45:32 +02:00
parent 7c657e78ff
commit 0a806d9717
+1 -1
View File
@@ -395,7 +395,7 @@ static job_requeue_t watch(private_watcher_t *this)
ssize_t len;
job_t *job;
DBG2(DBG_JOB, "watcher going to poll() %d fds", count);
DBG2(DBG_JOB, "watcher is observing %d fds", count-1);
thread_cleanup_push((void*)activate_all, this);
old = thread_cancelability(TRUE);