From c0c4ab055fdb0996ebcb3b5d8ca72f9716b4dbab Mon Sep 17 00:00:00 2001 From: david Date: Thu, 30 Aug 2007 03:36:56 +0000 Subject: [PATCH] Remove the real-time "appears to be up" message. I realized I shouldn't have made such a big UI change with no discussion. Anyway, the message should have gone within the ((hss->target->flags & HOST_UP) == 0) block so that the message is printed only once per target. --- scan_engine.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/scan_engine.cc b/scan_engine.cc index 6c2f07b40..a91d60739 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -2272,9 +2272,6 @@ static void ultrascan_host_pspec_update(UltraScanInfo *USI, HostScanStats *hss, } else assert(0); } - if (o.verbose && (hss->target->flags & HOST_UP)) - log_write(LOG_STDOUT, "%s appears to be up\n", hss->target->NameIP()); - /* Consider changing the ping port */ if (hss->pingprobestate != newstate) { if (hss->pingprobestate == PORT_UNKNOWN && newstate == HOST_UP) {