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;