From eb1b6e6da61792ea9224a63ea09334e30dd3d279 Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Thu, 15 Dec 2022 11:20:54 +0100 Subject: [PATCH] change pre_image error message to debug msg --- nyx/hypercall/hypercall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/hypercall/hypercall.c b/nyx/hypercall/hypercall.c index 9b9ae6ebf1..7fe74a8d1c 100644 --- a/nyx/hypercall/hypercall.c +++ b/nyx/hypercall/hypercall.c @@ -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; }