From: Vladimír Čunát Date: Sun, 25 May 2025 08:17:44 +0000 (+0200) Subject: trust-anchors nit: print a clearer error message X-Git-Tag: v6.0.13~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea46e1afb175963968484e33436e6fb010f36f38;p=thirdparty%2Fknot-resolver.git trust-anchors nit: print a clearer error message --- diff --git a/daemon/lua/trust_anchors.lua.in b/daemon/lua/trust_anchors.lua.in index 46c901198..678cf987c 100644 --- a/daemon/lua/trust_anchors.lua.in +++ b/daemon/lua/trust_anchors.lua.in @@ -316,7 +316,7 @@ local function add_file(path, unmanaged) end if managed then if not io.open(path .. '.lock', 'w') then - error("[ ta ] ERROR: write access needed to keyfile dir '"..path.."'") + error("[ ta ] ERROR: write access needed to the directory containing keyfile '"..path.."'") end os.remove(path .. ".lock") end