1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-05 21:16:33 +00:00

Add a missing newline to the "Fetchfile" message.

This commit is contained in:
david
2009-04-18 16:36:59 +00:00
parent 27e94c0b28
commit edde5c5686

View File

@@ -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;