1
0
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:
henri
2012-12-15 18:16:59 +00:00
parent 809f1eda68
commit 3206c48aab
4 changed files with 4 additions and 4 deletions

View File

@@ -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 */