diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-08-31 21:19:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 21:19:04 +0200 |
commit | 9747ac42213126ec99fe8ea47f1320be54135bd1 (patch) | |
tree | 677b0cf3143a1964134a67a1922b70dc20f6be19 /src/afl-fuzz-stats.c | |
parent | ec4cae448b10acc0a8c84fc75f298bfaed88195a (diff) | |
parent | fe5b2c355f097705bf0bd7b35b0484b16f87964f (diff) | |
download | afl++-9747ac42213126ec99fe8ea47f1320be54135bd1.tar.gz |
Merge branch 'dev' into docs_edit_readme_move_content_to_docs
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r-- | src/afl-fuzz-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index a9deb22d..eb1fe2d9 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -1339,7 +1339,7 @@ void show_init_stats(afl_state_t *afl) { } - ACTF("No -t option specified, so I'll use exec timeout of %u ms.", + ACTF("No -t option specified, so I'll use an exec timeout of %u ms.", afl->fsrv.exec_tmout); afl->timeout_given = 1; |