diff --git a/gramps/plugins/db/bsddb/summary.py b/gramps/plugins/db/bsddb/summary.py index 184583fd1..b4fd64cc0 100644 --- a/gramps/plugins/db/bsddb/summary.py +++ b/gramps/plugins/db/bsddb/summary.py @@ -21,12 +21,15 @@ ## Removed from clidbman.py ## specific to bsddb -from bsddb3 import dbshelve, db import os +from bsddb3 import dbshelve, db from gramps.gen.db import META, PERSON_TBL from gramps.gen.db.dbconst import BDBVERSFN +import logging +LOG = logging.getLogger(".dbsummary") + def get_dbdir_summary(dirpath, name): """ Returns (people_count, bsddb_version, schema_version) of