mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
Nmap 4.02Alpha1 release for Everdream
This commit is contained in:
@@ -1394,7 +1394,7 @@ void printStatusMessage() {
|
||||
|
||||
log_write(LOG_STDOUT,
|
||||
"Stats: %d:%02d:%02d elapsed; %d hosts completed (%d up), %d undergoing %s\n",
|
||||
time/60/24, time/60 % 24, time % 60, o.numhosts_scanned,
|
||||
time/60/24, time/60 % 24, time % 60, o.numhosts_scanned - o.numhosts_scanning,
|
||||
o.numhosts_up, o.numhosts_scanning, scantype2str(o.scantype));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user