about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-17 15:18:20 +0100
committervan Hauser <vh@thc.org>2021-01-17 15:18:20 +0100
commitc71ce79963ffd3e1203d1078b8a60f91c4ecebf1 (patch)
tree0ba00a7276a25373ad8ba6582843eb5cb3303ce6 /src/afl-fuzz.c
parenta0e884cf8bffe1a0394d106375f6a23edd2b60e6 (diff)
downloadafl++-c71ce79963ffd3e1203d1078b8a60f91c4ecebf1.tar.gz
fix colorization
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 1e914ca6..88c40ee8 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1094,6 +1094,8 @@ int main(int argc, char **argv_orig, char **envp) {
 
   }
 
+  if (afl->shm.cmplog_mode) { OKF("CmpLog level: %u", afl->cmplog_lvl); }
+
   /* Dynamically allocate memory for AFLFast schedules */
   if (afl->schedule >= FAST && afl->schedule <= RARE) {