From: Remi Gacogne Date: Wed, 7 Aug 2019 09:01:28 +0000 (+0200) Subject: dnsdist: Fix the toString() description of the KVS lookup keys X-Git-Tag: dnsdist-1.4.0-rc2~9^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5abdcc39d6433b2af0b5cfd25f21d68197844de7;p=thirdparty%2Fpdns.git dnsdist: Fix the toString() description of the KVS lookup keys --- diff --git a/pdns/dnsdistdist/dnsdist-kvs.hh b/pdns/dnsdistdist/dnsdist-kvs.hh index 92c027eb86..6efb73f77c 100644 --- a/pdns/dnsdistdist/dnsdist-kvs.hh +++ b/pdns/dnsdistdist/dnsdist-kvs.hh @@ -81,7 +81,7 @@ public: std::string toString() const override { - return "qname"; + return "suffix"; } }; @@ -105,7 +105,7 @@ public: std::string toString() const override { - return " value of the tag named '" + d_tag + '"'; + return "value of the tag named '" + d_tag + "'"; } private: