about summary refs log tree commit diff
path: root/src/afl-fuzz-stats.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-29 00:05:28 +0100
committervan Hauser <vh@thc.org>2020-10-29 00:05:28 +0100
commitb5686eb63e1fcd6dac49cc458c50e52b51709f8c (patch)
treef2a509e391a3d3ec40905996b48600f16a6c68af /src/afl-fuzz-stats.c
parent17c0d928e89568430c6e53c1a0936f3bc28a8a25 (diff)
downloadafl++-b5686eb63e1fcd6dac49cc458c50e52b51709f8c.tar.gz
fixes two huge bugs
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r--src/afl-fuzz-stats.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c
index 6841eb88..321bbb35 100644
--- a/src/afl-fuzz-stats.c
+++ b/src/afl-fuzz-stats.c
@@ -1154,7 +1154,8 @@ void show_init_stats(afl_state_t *afl) {
 
   } else {
 
-    OKF("-t option specified. We'll use an exec timeout of %s ms.", afl->fsrv.exec_tmout);
+    ACTF("-t option specified. We'll use an exec timeout of %d ms.",
+         afl->fsrv.exec_tmout);
 
   }