Index: examples/python/crashlog.py =================================================================== --- examples/python/crashlog.py +++ examples/python/crashlog.py @@ -260,7 +260,7 @@ if not self.resolved_path: self.unavailable = True print("error\n error: unable to locate '%s' with UUID %s" - % (self.path, uuid_str)) + % (self.path, self.get_normalized_uuid_string())) return False def locate_module_and_debug_symbols(self):