]> granicus.if.org Git - pdns/commitdiff
Replace DNSName.toString() in notify.cc
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 28 Jun 2016 09:30:59 +0000 (11:30 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 1 Jul 2016 12:34:57 +0000 (14:34 +0200)
pdns/notify.cc

index 1d7b22f423e851ba7c7b5c5013d9677eb2066f30..9d132804151ad00896f4373bf4184062937bd210 100644 (file)
@@ -88,7 +88,7 @@ try
   MOADNSParser mdp(packet);
 
   cerr<<"Received notification response with error: "<<RCode::to_s(mdp.d_header.rcode)<<endl;
-  cerr<<"For: '"<<mdp.d_qname.toString()<<"'"<<endl;
+  cerr<<"For: '"<<mdp.d_qname<<"'"<<endl;
 }
 catch(std::exception& e)
 {