mirror of
https://github.com/nmap/nmap.git
synced 2026-02-06 05:26:34 +00:00
Add a missing newline to the "Fetchfile" message.
This commit is contained in:
2
nmap.cc
2
nmap.cc
@@ -2812,7 +2812,7 @@ int nmap_fetchfile(char *filename_returned, int bufferlen, const char *file) {
|
||||
}
|
||||
|
||||
if (foundsomething && o.debugging > 1)
|
||||
log_write(LOG_PLAIN, "Fetchfile found %s", filename_returned);
|
||||
log_write(LOG_PLAIN, "Fetchfile found %s\n", filename_returned);
|
||||
|
||||
return foundsomething;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user