aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2025-04-03 20:00:10 +0100
committerMatthew Wild <mwild1@gmail.com>2025-04-03 20:00:10 +0100
commit22d39cfc89138f2c3203af5649719fcfce1f37e4 (patch)
tree094643491ab94cb166a5ab14f5da74ec9d8bc9df /core
parentfbf6e15ee21f84f63693052b8f08a7c47f2ea49c (diff)
parentdb3735d9745f948268dbbe43c24caf3614f140c4 (diff)
downloadprosody-22d39cfc89138f2c3203af5649719fcfce1f37e4.tar.gz
prosody-22d39cfc89138f2c3203af5649719fcfce1f37e4.zip
Merge 13.0->trunk
Diffstat (limited to 'core')
-rw-r--r--core/certmanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua
index c08bcc84..b13d57b3 100644
--- a/core/certmanager.lua
+++ b/core/certmanager.lua
@@ -127,7 +127,6 @@ local function index_certs(dir, files_by_name, depth_limit)
log("debug", "Skipping non-certificate (based on filename): %s", full);
end
end
- log("debug", "Certificate index in %s: %q", dir, files_by_name);
-- | hostname | filename | service |
return files_by_name;
end