made nicer static variables of packet dump mode and location
[pingcheck] / src / icmp / icmppinger.cpp
index 788e44b..49a16d0 100644 (file)
@@ -293,18 +293,10 @@ bool IcmpPinger::handle_receive_icmp_packet(const IcmpPacketItem icmp_packet,
     {
         // continue, might be an old packet
         // or return false right away, do not want packet anyway...
-        GlobalLogger.debug()
-           << DestinationEndpoint.address().to_string()
-           << ": Not interested in packets since we already got a reply"
-           << endl;
         return does_match;
     }
     else if ( DestinationEndpoint.address() == address() )
     {   // we have no IP set yet
-        GlobalLogger.debug()
-           << DestinationEndpoint.address().to_string()
-           << ": Not interested in packets since have no Destination yet"
-           << endl;
         return does_match;
     }