mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 21:49:01 +00:00
Normalized log messages. No idea why I initially put underscores instead of spaces there.
This commit is contained in:
@@ -282,7 +282,7 @@ int select_loop(mspool *nsp, int msec_timeout) {
|
||||
return 0; /* No need to wait on 0 events ... */
|
||||
|
||||
do {
|
||||
nsock_log_debug_all(nsp, "wait_for_events");
|
||||
nsock_log_debug_all(nsp, "wait for events");
|
||||
|
||||
if (nsp->next_ev.tv_sec == 0)
|
||||
event_msecs = -1; /* None of the events specified a timeout */
|
||||
|
||||
Reference in New Issue
Block a user