]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Better description of SetReducedTTLResponseAction 12400/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 10 Jan 2023 15:26:23 +0000 (16:26 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 15:26:23 +0000 (16:26 +0100)
Co-authored-by: Charles-Henri Bruyand <charleshenri.bruyand+github@gmail.com>
pdns/dnsdist-lua-actions.cc

index e82c0d23d86ee33f5ecbf5b9f6b7bd3293757121..3975004c50973233ce05ae8447a90adea2157c67 100644 (file)
@@ -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: