Skip to content

Commit 4e72c40

Browse files
committed
Fix typo.
1 parent 1c6f81f commit 4e72c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/backends/rdbms_common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def upgrade_db(self):
260260
return 0
261261

262262
if version < 2:
263-
log_info('upgrade to version 2')
263+
self.log_info('upgrade to version 2')
264264
# change the schema structure
265265
self.database_schema = {'tables': self.database_schema}
266266

@@ -273,7 +273,7 @@ def upgrade_db(self):
273273
self.create_version_2_tables()
274274

275275
if version < 3:
276-
log_info('upgrade to version 3')
276+
self.log_info('upgrade to version 3')
277277
self.fix_version_2_tables()
278278

279279
if version < 4:

0 commit comments

Comments
 (0)