about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-07 14:20:50 +0200
committervanhauser-thc <vh@thc.org>2021-04-07 14:20:58 +0200
commitbfe7e3fd55cc4cfc8ae334b68095e7b26b8ec8a5 (patch)
tree00c4b4152be0a791b018d582a5c14194ca8bac56 /src
parent46e35e940132024de6cc4f13088fec6d65f69790 (diff)
downloadafl++-bfe7e3fd55cc4cfc8ae334b68095e7b26b8ec8a5.tar.gz
fix forkserver timeout error msg
Diffstat (limited to 'src')
-rw-r--r--src/afl-forkserver.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c
index 2c502621..727e7f8d 100644
--- a/src/afl-forkserver.c
+++ b/src/afl-forkserver.c
@@ -821,7 +821,9 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
 
   if (fsrv->last_run_timed_out) {
 
-    FATAL("Timeout while initializing fork server (adjusting -t may help)");
+    FATAL(
+        "Timeout while initializing fork server (setting "
+        "AFL_FORKSRV_INIT_TMOUT may help)");
 
   }