From b2112ddcdf6be4fc292a699d0f77ed3add50d682 Mon Sep 17 00:00:00 2001 From: wargio Date: Mon, 15 Jan 2024 18:06:06 +0800 Subject: [PATCH] Increase verbosity --- librz/debug/p/debug_native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librz/debug/p/debug_native.c b/librz/debug/p/debug_native.c index e5856497391..215326f5420 100644 --- a/librz/debug/p/debug_native.c +++ b/librz/debug/p/debug_native.c @@ -345,7 +345,7 @@ static RzDebugReasonType rz_debug_native_wait(RzDebug *dbg, int pid) { rz_bin_file_set_cur_binfile(core->bin, cur); } } else { - RZ_LOG_VERBOSE("The library %s does not exist.\n", lib_path); + RZ_LOG_ERROR("The library %s does not exist.\n", lib_path); } free(lib_path); }