Change indentation on a debug message
This commit is contained in:
parent
6ee612109c
commit
ebc88d5f92
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user