"up"
         );                                                                          //lint !e534
 
-        GlobalLogger.notice()  << "Status (" << HostsDownList.size()
-            << "/" << HostsDownLimit << " down): report link up" << endl;
+        GlobalLogger.notice() << "Status (" << HostsDownList.size()
+            << " down, limit=" << HostsDownLimit << "): report link up" << endl;
         bool executed = StatusNotifierCmd->execute();
 
         if ( executed )
         BOOST_ASSERT( CurrentLinkStatus == Status_Down );
         BOOST_ASSERT( CurrentNotificationStatus == NotificationStatus_NotReported );
 
-        GlobalLogger.notice()  << "Status (" << HostsDownList.size()
-            << "/" << HostsDownLimit << " down): report link down" << endl;
+        GlobalLogger.notice() << "Status (" << HostsDownList.size()
+            << " down, limit=" << HostsDownLimit << "): report link down"
+            << endl;
         StatusNotifierCmd->set_token_value(
                 StatusNotifierCommand::StatusToken,
                 "down"