Add debug output to Store::retrieve_for_module

This commit is contained in:
Matthias Beyer 2017-06-04 19:06:22 +02:00
parent 13e80445ae
commit a3466ae548

View file

@ -438,6 +438,8 @@ impl Store {
let mut path = self.path().clone();
path.push(mod_name);
debug!("Retrieving for module: '{}'", mod_name);
path.to_str()
.ok_or(SE::new(SEK::EncodingError, None))
.and_then(|path| {