From: Francesco Paolo Lovergine <frankie@debian.org>
Date: Sat, 1 Mar 2025 11:59:24 +0000
Subject: silent remove excessive verbosity at startup about conf.d

Forwarded: not needed

directory parsing.
---
 src/dirtree.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/dirtree.c b/src/dirtree.c
index bda3f11..f7143d2 100644
--- a/src/dirtree.c
+++ b/src/dirtree.c
@@ -3323,9 +3323,6 @@ int parse_config_path(pool *p, const char *path) {
       }
     }
 
-    pr_log_pri(PR_LOG_INFO, "processing configuration directory '%s'",
-      dup_path);
-
     dirh = pr_fsio_opendir(dup_path);
     if (dirh == NULL) {
       pr_log_pri(PR_LOG_WARNING,
