mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Downgrade orig addr unique message to debug
This commit is contained in:
parent
c35154c9bc
commit
f5147867ba
@ -233,7 +233,7 @@ def set_pair(
|
|||||||
self, orig: int, recomp: int, compare_type: Optional[SymbolType] = None
|
self, orig: int, recomp: int, compare_type: Optional[SymbolType] = None
|
||||||
) -> bool:
|
) -> bool:
|
||||||
if self._orig_used(orig):
|
if self._orig_used(orig):
|
||||||
logger.error("Original address %s not unique!", hex(orig))
|
logger.debug("Original address %s not unique!", hex(orig))
|
||||||
return False
|
return False
|
||||||
|
|
||||||
compare_value = compare_type.value if compare_type is not None else None
|
compare_value = compare_type.value if compare_type is not None else None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user