Cleanup old modules and create more focused code

This commit is contained in:
Lucien Greathouse
2018-11-16 23:27:19 -08:00
parent e09d23d6c2
commit b4fd2e31b3
9 changed files with 46 additions and 78 deletions

View File

@@ -71,7 +71,7 @@ impl Session {
let vfs_temp = vfs.lock().unwrap();
for root in vfs_temp.get_roots() {
println!("Watching {}", root.display());
info!("Watching path {}", root.display());
let (watch_tx, watch_rx) = mpsc::channel();