congestion detection now working; also add case that if all IPs get timeout despite...
[pingcheck] / src / host / pingscheduler.cpp
index 5e2707a..72b084e 100644 (file)
@@ -408,6 +408,7 @@ void PingScheduler::update_ping_number()
     {
         NPingers.increase();
 
+        GlobalLogger.notice() << LogPrefix << "Line appears congested!";
         GlobalLogger.debug() << LogPrefix << "- Increasing ping number to: "
                              << NPingers;
     }