1 parent d9fef0b commit 8efb719Copy full SHA for 8efb719
1 file changed
voltron/plugins/debugger/dbg_lldb.py
@@ -576,7 +576,7 @@ def register_hooks(self, quiet=False):
576
log.debug("Saving hook index for unregistering.")
577
self.hook_idx = int(output.split()[2][1:])
578
except Exception as e:
579
- log.warning(f"Exception when saving hook index for unregistering. {e}")
+ log.warning("Exception when saving hook index for unregistering. {}".format(e))
580
pass
581
self.registered = True
582
if not quiet:
0 commit comments