1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

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.
This commit is contained in:
david
2007-08-30 03:36:56 +00:00
parent b005b9dea7
commit c0c4ab055f

View File

@@ -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) {