Change indentation on a debug message

This commit is contained in:
kulath 2016-06-11 18:28:21 +01:00
parent 6ee612109c
commit ebc88d5f92

View File

@ -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