mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-16 09:43:45 +08:00
Log where we load the DB from
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user