aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xafl-whatsup2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-whatsup b/afl-whatsup
index 09873836..5296fd2e 100755
--- a/afl-whatsup
+++ b/afl-whatsup
@@ -299,7 +299,7 @@ if [ "$ALIVE_CNT" -gt "1" ]; then
echo " Pending per fuzzer : $((TOTAL_PFAV/ALIVE_CNT)) faves, $((TOTAL_PENDING/ALIVE_CNT)) total (on average)"
fi
-echo " Crashes saved : $TOTAL_CRASHES locally unique"
+echo " Crashes saved : $TOTAL_CRASHES"
echo "Cycles without finds : $TOTAL_WCOP"
echo " Time without finds : $TOTAL_LAST_FIND"
echo