Add debug output to Store::retrieve_for_module
This commit is contained in:
parent
13e80445ae
commit
a3466ae548
1 changed files with 2 additions and 0 deletions
|
@ -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| {
|
||||
|
|
Loading…
Reference in a new issue