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:
Doug Blank 2010-09-11 06:53:57 +00:00
parent 8a03b75b27
commit e7749890f7

View File

@ -1586,8 +1586,8 @@ class DbBsddb(DbBsddbRead, DbWriteBase, UpdateCallback):
@catch_db_error
def transaction_commit(self, transaction, msg):
if self._LOG_ALL:
LOG.debug("%s: Transaction commit '%s'\n"
% (self.__class__.__name__, str(msg)))
_LOG.debug("%s: Transaction commit '%s'\n"
% (self.__class__.__name__, str(msg)))
if self.readonly:
return