Skip to content

Commit

Permalink
Increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jan 15, 2024
1 parent c5cac44 commit b2112dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/debug/p/debug_native.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit b2112dd

Please sign in to comment.