change pre_image error message to debug msg

This commit is contained in:
Sergej Schumilo 2022-12-15 11:20:54 +01:00
parent 2f869ed3e1
commit eb1b6e6da6

View File

@ -572,7 +572,7 @@ static void handle_hypercall_kafl_lock(struct kvm_run *run,
}
if (!GET_GLOBAL_STATE()->fast_reload_pre_image) {
nyx_error("Skipping pre image creation (hint: set pre=on)\n");
nyx_debug_p(CORE_PREFIX, "Skipping pre image creation (hint: set pre=on)\n");
return;
}