Add more debug output in Store::new()
This commit is contained in:
parent
5a4e6b4af6
commit
fc72b3f53a
1 changed files with 4 additions and 0 deletions
|
@ -309,6 +309,10 @@ impl Store {
|
||||||
};
|
};
|
||||||
|
|
||||||
debug!("Store building succeeded");
|
debug!("Store building succeeded");
|
||||||
|
debug!("------------------------");
|
||||||
|
debug!("{:?}", store);
|
||||||
|
debug!("------------------------");
|
||||||
|
|
||||||
Ok(store)
|
Ok(store)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue