show supplied -t option so we know it's used

This commit is contained in:
Ruben ten Hove
2020-10-28 14:03:01 +01:00
parent a09a6459ed
commit 0b9b4adbd3

View File

@ -1152,6 +1152,10 @@ void show_init_stats(afl_state_t *afl) {
ACTF("Applying timeout settings from resumed session (%u ms).", ACTF("Applying timeout settings from resumed session (%u ms).",
afl->fsrv.exec_tmout); afl->fsrv.exec_tmout);
} else {
OKF("-t option specified. We'll use an exec timeout of %s ms.", fsrv->exec_tmout);
} }
/* In non-instrumented mode, re-running every timing out test case with a /* In non-instrumented mode, re-running every timing out test case with a