about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/afl-showmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index f4c72174..ab159a92 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -785,7 +785,7 @@ u32 execute_testcases(u8 *dir) {
       ck_free(in_data);
       ++done;
 
-      if (child_crashed && debug) { WARNF("crashed: %s\n", fn2); }
+      if (child_crashed && debug) { WARNF("crashed: %s", fn2); }
 
       if (collect_coverage)
         analyze_results(fsrv);