mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Removed extra '\n', another one being added by the function.
This commit is contained in:
parent
a2c2863531
commit
89537773ce
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ void msevent_delete(mspool *nsp, msevent *nse) {
|
|||
if (nse->type == NSE_TYPE_PCAP_READ) {
|
||||
fs_free(&nse->iobuf);
|
||||
if (nsp->tracelevel > 5)
|
||||
nsock_trace(nsp, "PCAP removed %lu\n",nse->id);
|
||||
nsock_trace(nsp, "PCAP removed %lu",nse->id);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue