From edde5c5686a56b75476de8a7561dd9d1b0178ae8 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 18 Apr 2009 16:36:59 +0000 Subject: [PATCH] Add a missing newline to the "Fetchfile" message. --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index 747212ff4..eed45a263 100644 --- a/nmap.cc +++ b/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;