]> granicus.if.org Git - pdns/commitdiff
Update dnsdist-kvs.hh
authorphonedph1 <phoned@gmail.com>
Thu, 19 Sep 2019 15:59:10 +0000 (09:59 -0600)
committerGitHub <noreply@github.com>
Thu, 19 Sep 2019 15:59:10 +0000 (09:59 -0600)
pdns/dnsdistdist/dnsdist-kvs.hh

index 14f0dad1dc1d20f8737491ca1bb205d7714b0d02..5cbd2b085a9d05bd172d910fc34cf774d3d21f69 100644 (file)
@@ -99,7 +99,7 @@ public:
   std::string toString() const override
   {
     if (d_minLabels > 0) {
-      return "suffix " + std::string(d_wireFormat ? "in wire format " : "") + "at least " + std::to_string(d_minLabels) + " labels)";
+      return "suffix " + std::string(d_wireFormat ? "in wire format " : "") + "with at least " + std::to_string(d_minLabels) + " label(s)";
     }
     return "suffix" + std::string(d_wireFormat ? " in wire format" : "");
   }