]> granicus.if.org Git - pdns/commitdiff
improved verbose output
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 20 Mar 2014 07:59:06 +0000 (08:59 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 20 Mar 2014 07:59:06 +0000 (08:59 +0100)
pdns/dnsreplay.cc

index f6fd44633016e2517806c450ff848eb53dd5f281..04cbfe3ab2901b55fa9f3d6aab516c444d2015b8 100644 (file)
@@ -562,7 +562,7 @@ bool sendPacketFromPR(PcapPacketReader& pr, const ComboAddress& remote)
       s_questions++;
       if(qids.count(qi)) {
         if(!g_quiet)
-          cout<<"Saw an exact duplicate question, "<<qi<< endl;
+          cout<<"Saw an exact duplicate question in PCAP "<<qi<< endl;
         s_duplicates++;
        s_idmanager.releaseID(qd.d_assignedID); // release = puts at back of pool
         return sent;