Add debug output to Store::walk
This commit is contained in:
parent
a3466ae548
commit
bc80a3b7d5
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ impl Store {
|
|||
/// The difference between a `Walk` and a `StoreIdIterator` is that with a `Walk`, one can find
|
||||
/// "collections" (folders).
|
||||
pub fn walk<'a>(&'a self, mod_name: &str) -> Walk {
|
||||
debug!("Creating Walk object for {}", mod_name);
|
||||
Walk::new(self.path().clone(), mod_name)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue