Typo, but only when self._LOG_ALL flag is set, which I don't know how to set
svn: r15873
This commit is contained in:
parent
8a03b75b27
commit
e7749890f7
@ -1586,7 +1586,7 @@ class DbBsddb(DbBsddbRead, DbWriteBase, UpdateCallback):
|
|||||||
@catch_db_error
|
@catch_db_error
|
||||||
def transaction_commit(self, transaction, msg):
|
def transaction_commit(self, transaction, msg):
|
||||||
if self._LOG_ALL:
|
if self._LOG_ALL:
|
||||||
LOG.debug("%s: Transaction commit '%s'\n"
|
_LOG.debug("%s: Transaction commit '%s'\n"
|
||||||
% (self.__class__.__name__, str(msg)))
|
% (self.__class__.__name__, str(msg)))
|
||||||
|
|
||||||
if self.readonly:
|
if self.readonly:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user