Add log before opening database

This commit is contained in:
Michael Vines 2020-04-03 12:51:44 -07:00
parent 9493de4443
commit b557b3170e
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ impl Blockstore {
// Open the database
let mut measure = Measure::start("open");
info!("Opening database at {:?}", blockstore_path);
let db = Database::open(&blockstore_path)?;
// Create the metadata column family