mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 22:49:01 +00:00
Made nsock messages more consistent.
- Always format function name without parens at the beginning of a message.
- Added a nsi_new notification message.
- Only trace the first call to nsi_delete() of a given IOD (i.e. don't log the
calls issued from the resulting callbacks).
This commit is contained in:
@@ -258,7 +258,7 @@ int msevent_cancel(mspool *nsp, msevent *nse, gh_list *event_list, gh_list_elem
|
||||
}
|
||||
|
||||
if (nsp->tracelevel > 0)
|
||||
nsock_trace(nsp, "msevent_cancel() on event #%li (type %s)", nse->id, nse_type2str(nse->type));
|
||||
nsock_trace(nsp, "msevent_cancel on event #%li (type %s)", nse->id, nse_type2str(nse->type));
|
||||
|
||||
/* Now that we found the event... we go through the motions of cleanly
|
||||
* cancelling it */
|
||||
|
||||
Reference in New Issue
Block a user