diff --git a/gramps/plugins/database/bsddb_support/bsddbtxn.py b/gramps/plugins/database/bsddb_support/bsddbtxn.py index 400baffb8..360c8b7dd 100644 --- a/gramps/plugins/database/bsddb_support/bsddbtxn.py +++ b/gramps/plugins/database/bsddb_support/bsddbtxn.py @@ -93,7 +93,7 @@ class BSDDBTxn: Begin the transaction """ - _LOG.debug(" BSDDBTxn %s entered" % hex(id(self))) + _LOG.debug(" BSDDBTxn %s entered" % hex(id(self))) self.txn = self.begin(parent, **kwargs) self.parent = parent return self