From: stefan Date: Fri, 20 Feb 2009 12:45:57 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8cce89c90c70bd2af0dd1688dc70a4eae0abcfcd;p=roundup.git Fix typo. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4154 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/backends/rdbms_common.py b/roundup/backends/rdbms_common.py index d0e358f..76243d2 100644 --- a/roundup/backends/rdbms_common.py +++ b/roundup/backends/rdbms_common.py @@ -260,7 +260,7 @@ class Database(FileStorage, hyperdb.Database, roundupdb.Database): return 0 if version < 2: - log_info('upgrade to version 2') + self.log_info('upgrade to version 2') # change the schema structure self.database_schema = {'tables': self.database_schema} @@ -273,7 +273,7 @@ class Database(FileStorage, hyperdb.Database, roundupdb.Database): self.create_version_2_tables() if version < 3: - log_info('upgrade to version 3') + self.log_info('upgrade to version 3') self.fix_version_2_tables() if version < 4: