removed debug option I had set for testing (DUMP_ALWAYS)
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 28 May 2015 13:05:24 +0000 (15:05 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 28 May 2015 13:05:24 +0000 (15:05 +0200)
src/icmp/icmppacketfactory.cpp

index ae972fa..6a42db4 100644 (file)
@@ -52,7 +52,7 @@ using I2n::Logger::GlobalLogger;
 //-----------------------------------------------------------------------------
 
 // set default value
-DumpMode    IcmpPacketFactory::PacketDumpMode = DUMP_ALWAYS; //DUMP_IF_ERROR;
+DumpMode    IcmpPacketFactory::PacketDumpMode = DUMP_IF_ERROR;
 std::string IcmpPacketFactory::DumpFilePrefix =
                                             "/datastore/pingcheck.broken/icmp_";