increse revision to 0.6.1 and log level of missing-dump-dir-message to notice
[pingcheck] / src / icmp / icmppacketfactory.cpp
index 6a42db4..330fdf9 100644 (file)
@@ -207,7 +207,7 @@ void IcmpPacketFactory::dump_packet(const std::string &data)
     // check if directory exists
     if ( !I2n::path_exists( I2n::dirname(temp_name.str()) ) )
     {
-        GlobalLogger.debug() << "Not saving packet data because directory "
+        GlobalLogger.notice() << "Not saving packet data because directory "
             << I2n::dirname(temp_name.str()) << " does not exist";
         return;
     }
@@ -240,7 +240,7 @@ void IcmpPacketFactory::dump_packet(const IcmpPacket &packet)
     // check if directory exists
     if ( !I2n::path_exists( I2n::dirname(temp_name.str()) ) )
     {
-        GlobalLogger.debug() << "Not saving packet data because directory "
+        GlobalLogger.notice() << "Not saving packet data because directory "
             << I2n::dirname(temp_name.str()) << " does not exist";
         return;
     }