diff --git a/voltron/plugins/debugger/dbg_lldb.py b/voltron/plugins/debugger/dbg_lldb.py index 7438539..5d98a36 100644 --- a/voltron/plugins/debugger/dbg_lldb.py +++ b/voltron/plugins/debugger/dbg_lldb.py @@ -576,7 +576,7 @@ def register_hooks(self, quiet=False): log.debug("Saving hook index for unregistering.") self.hook_idx = int(output.split()[2][1:]) except Exception as e: - log.warning(f"Exception when saving hook index for unregistering. {e}") + log.warning("Exception when saving hook index for unregistering. {}".format(e)) pass self.registered = True if not quiet: