]> granicus.if.org Git - pdns/commitdiff
dnsdist: Fix the toString() description of the KVS lookup keys
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 7 Aug 2019 09:01:28 +0000 (11:01 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 7 Aug 2019 09:04:57 +0000 (11:04 +0200)
pdns/dnsdistdist/dnsdist-kvs.hh

index 92c027eb869a4583458d0ab6364d96c48fc08220..6efb73f77c2b15107cdf3af5f99d7e90ae3bed26 100644 (file)
@@ -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: