From e7749890f77cd2514030a9dd0fef56dbde7aa151 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 11 Sep 2010 06:53:57 +0000 Subject: [PATCH] Typo, but only when self._LOG_ALL flag is set, which I don't know how to set svn: r15873 --- src/gen/db/write.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gen/db/write.py b/src/gen/db/write.py index 39d8b48ea..34c6f8a25 100644 --- a/src/gen/db/write.py +++ b/src/gen/db/write.py @@ -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