From d3df4029789d0130bc0db9f444af515d23702b4f Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 10 Jan 2023 16:26:23 +0100 Subject: [PATCH] dnsdist: Better description of SetReducedTTLResponseAction Co-authored-by: Charles-Henri Bruyand --- pdns/dnsdist-lua-actions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist-lua-actions.cc b/pdns/dnsdist-lua-actions.cc index e82c0d23d8..3975004c50 100644 --- a/pdns/dnsdist-lua-actions.cc +++ b/pdns/dnsdist-lua-actions.cc @@ -2020,7 +2020,7 @@ public: std::string toString() const override { - return "reduce ttl to " + std::to_string(d_ratio * 100) + " of its value"; + return "reduce ttl to " + std::to_string(d_ratio * 100) + " percent of its value"; } private: -- 2.47.2