Add log before opening database
This commit is contained in:
parent
9493de4443
commit
b557b3170e
|
@ -180,6 +180,7 @@ impl Blockstore {
|
||||||
|
|
||||||
// Open the database
|
// Open the database
|
||||||
let mut measure = Measure::start("open");
|
let mut measure = Measure::start("open");
|
||||||
|
info!("Opening database at {:?}", blockstore_path);
|
||||||
let db = Database::open(&blockstore_path)?;
|
let db = Database::open(&blockstore_path)?;
|
||||||
|
|
||||||
// Create the metadata column family
|
// Create the metadata column family
|
||||||
|
|
Loading…
Reference in New Issue