diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index ae203349..07acbbb0 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("-M is compatible only with fast and explore -p power schedules"); }