From 0a806d9717528c7f723287b816f73c8066faedfd Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 18 Apr 2023 15:50:42 +0200 Subject: [PATCH] watcher: Only log number of managed FDs Adding the internal notify FD might be confusing. --- src/libstrongswan/processing/watcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/processing/watcher.c b/src/libstrongswan/processing/watcher.c index aca36c60fa..d0df2ddb35 100644 --- a/src/libstrongswan/processing/watcher.c +++ b/src/libstrongswan/processing/watcher.c @@ -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); -- 2.47.2