]> granicus.if.org Git - pdns/commitdiff
silence some debugging output on ordering zone information
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 9 Jan 2011 08:51:09 +0000 (08:51 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 9 Jan 2011 08:51:09 +0000 (08:51 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1842 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/backends/gsql/gsqlbackend.cc

index 483e045e7c48991c28defe47f21905c0cb85b183..54520c633c920892c48064d0daa1e49b35776646 100644 (file)
@@ -272,7 +272,7 @@ bool GSQLBackend::updateDNSSECOrderAndAuthAbsolute(uint32_t domain_id, const std
   // ordername='%s',auth=%d where name='%s' and domain_id='%d'
   
   snprintf(output, sizeof(output)-1, d_setOrderAuthQuery.c_str(), sqlEscape(ordername).c_str(), auth, sqlEscape(qname).c_str(), domain_id);
-  cerr<<"sql: '"<<output<<"'\n";
+//  cerr<<"sql: '"<<output<<"'\n";
   
   d_db->doCommand(output);
   return true;