added debug message

This commit is contained in:
Paul Kermann
2023-01-16 10:15:36 +02:00
parent 1641a6e4c4
commit bd291c43d5
@@ -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: