Replace FATAL by WARNF when using another power scheduling with -M

This commit is contained in:
Alexandre DOYEN 2025-06-06 11:25:17 +02:00
parent 0d495e0471
commit ad44e30cbf

View File

@ -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");
}