diff fuzz-harness.c @ 1373:9891bc31a1b3 fuzz

fuzzers disable logging by default
author Matt Johnston <matt@ucc.asn.au>
date Thu, 25 May 2017 00:12:07 +0800
parents b2f295125ed6
children 92c93b4a3646
line wrap: on
line diff
--- a/fuzz-harness.c	Thu May 25 00:10:18 2017 +0800
+++ b/fuzz-harness.c	Thu May 25 00:12:07 2017 +0800
@@ -12,6 +12,7 @@
 #if DEBUG_TRACE
         if (strcmp(argv[i], "-v") == 0) {
             debug_trace = 1;
+            TRACE(("debug printing on"))
         }
 #endif
     }