diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index ae203349..725c60c7 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -1502,7 +1502,7 @@ int main(int argc, char **argv_orig, char **envp) { if (afl->is_main_node == 1 && afl->schedule != FAST && afl->schedule != EXPLORE) { - FATAL("-M is compatible only with fast and explore -p power schedules"); + WARNF("When using -M, it is recommended to use only fast or explore -p power schedules"); }