]> granicus.if.org Git - pdns/commitdiff
22:00 <mastermind> ahu: fixed the speling errors in nproxy.cc already?
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 11 Nov 2010 21:03:07 +0000 (21:03 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 11 Nov 2010 21:03:07 +0000 (21:03 +0000)
22:01 <ahu> ?
22:01  * mastermind is getting ignored in #powerdns

git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1730 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/nproxy.cc

index d2827fb7e4c658155e9127bbe66f14fa77d7db9d..67f2fde34b875561e42ea9e6d7922270a335ee98 100644 (file)
@@ -137,7 +137,7 @@ try
   //  cerr<<"Inside notification response for: "<<mdp.d_qname<<endl;
 
   if(!g_nifs.count(mdp.d_header.id)) {
-    syslogFmt(boost::format("Response from inner PowerDNS with unkown ID %1%") % (uint16_t)mdp.d_header.id);
+    syslogFmt(boost::format("Response from inner PowerDNS with unknown ID %1%") % (uint16_t)mdp.d_header.id);
     return;
   }