Skip to content

Commit

Permalink
fix: changed warning message for symbol resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
collodel committed Oct 24, 2024
1 parent a685f5e commit e67981d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdebug/debugger/internal_debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ def resolve_symbol(self: InternalDebugger, symbol: str, backing_file: str) -> in
)
liblog.warning(
f"Symbol `{symbol}` found in `{filtered_maps[0].backing_file}`, "
f"to suppress this warning specify the backing file.",
f"specify it manually as the backing file for better performance.",
)

return address
Expand Down

0 comments on commit e67981d

Please sign in to comment.