Diagnostic print during rebuild reference map
svn: r18321
This commit is contained in:
parent
14c4b6a463
commit
73c35130ab
@ -960,6 +960,7 @@ class DbBsddb(DbBsddbRead, DbWriteBase, UpdateCallback):
|
||||
# to loop through each of the primary object tables.
|
||||
|
||||
for cursor_func, class_func in primary_table:
|
||||
print "Rebuilding %s reference map" % class_func.__name__
|
||||
with cursor_func() as cursor:
|
||||
for found_handle, val in cursor:
|
||||
obj = class_func()
|
||||
|
Loading…
Reference in New Issue
Block a user