Add more debug output in Store::new()

This commit is contained in:
Matthias Beyer 2016-07-16 00:15:10 +02:00
parent 5a4e6b4af6
commit fc72b3f53a

View file

@ -309,6 +309,10 @@ impl Store {
};
debug!("Store building succeeded");
debug!("------------------------");
debug!("{:?}", store);
debug!("------------------------");
Ok(store)
}