Merge pull request #900 from paulkermann/improv/extra_logging_symbol_table_from_offset

Add debug message for symbol_table_from_offset
This commit is contained in:
ikelos
2023-01-16 10:18:19 +00:00
committed by GitHub
@@ -54,6 +54,7 @@ class PDBUtility(interfaces.configuration.VersionableInterface):
"""
result = cls.get_guid_from_mz(context, layer_name, offset)
if result is None:
vollog.debug(f"Could not get GUID for {hex(offset)}")
return None
guid, age, pdb_name = result
if config_path is None: