Log where we load the DB from

This commit is contained in:
Jude Nelson
2015-08-14 15:07:23 -04:00
parent aea5a99bd5
commit baab17df49

View File

@@ -197,6 +197,8 @@ def get_db_state():
return blockstore_db
db_filename = virtualchain.get_db_filename()
log.info("Loading blockstore DB from '%s'" % db_filename )
blockstore_db = BlockstoreDB( db_filename )
return blockstore_db