mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 10:19:03 +00:00
Normalized log messages. No idea why I initially put underscores instead of spaces there.
This commit is contained in:
@@ -237,7 +237,7 @@ int kqueue_loop(mspool *nsp, int msec_timeout) {
|
||||
}
|
||||
|
||||
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