Code

- fix import/export regression test for anydbm for latest journal fix
[roundup.git] / roundup / backends / back_sqlite.py
index c9ca63bc151a3d91dabd34d9acdb52879a0ddc80..2408c590fdc4e5c105e2e1a094cd19ccd405a11b 100644 (file)
@@ -186,7 +186,8 @@ class Database(rdbms_common.Database):
             # no changes
             return 0
 
-        logging.getLogger('hyperdb').info('update_class %s'%spec.classname)
+        logging.getLogger('roundup.hyperdb').info(
+            'update_class %s'%spec.classname)
 
         # detect multilinks that have been removed, and drop their table
         old_has = {}