started parallel pings, not quite done yet since need to delay them
[pingcheck] / src / icmp / icmppacketfactory.cpp
index 2eed296..5024789 100644 (file)
@@ -74,7 +74,7 @@ IcmpPacketItem IcmpPacketFactory::create_icmp_packet(
     else
     {
         GlobalLogger.warning() << "ICMP packet creation failed: "
-            << "Unknown protocol, expect ICMP v4 or v6!" << endl;
+            << "Unknown protocol arg, expect ICMP v4 or v6!" << endl;
         icmp_packet.reset();    // --> (!icmp_packet) is true
         return icmp_packet;
     }