Add log before opening database

(cherry picked from commit b557b3170e)
This commit is contained in:
Michael Vines
2020-04-03 12:51:44 -07:00
parent a15fa4840c
commit 4406496d2f

View File

@@ -179,6 +179,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