summaryrefslogtreecommitdiffstats
path: root/src/filesystem.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem.rs')
-rw-r--r--src/filesystem.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filesystem.rs b/src/filesystem.rs
index 6340f82..ed0f32e 100644
--- a/src/filesystem.rs
+++ b/src/filesystem.rs
@@ -125,6 +125,7 @@ fn interpolate_paths(paths: String) -> String {
newtext
}
+#[derive(Debug)]
pub struct Fetcher {
path: Option<String>,
files: RefCell<Vec<String>>,
@@ -180,6 +181,7 @@ impl fetcher::Fetcher for Fetcher {
}
}
+ log::debug!("filesystem::Fetcher = {self:#?}");
Ok(found_something)
}