mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 12:46:07 +00:00
Tweak debug log message when ignoring fs events
This commit is contained in:
parent
8609ccdcf7
commit
922d8f30d6
1 changed files with 1 additions and 1 deletions
|
@ -3172,8 +3172,8 @@ impl BackgroundScanner {
|
||||||
.map_or(false, |entry| entry.kind == EntryKind::Dir)
|
.map_or(false, |entry| entry.kind == EntryKind::Dir)
|
||||||
});
|
});
|
||||||
if !parent_dir_is_loaded {
|
if !parent_dir_is_loaded {
|
||||||
|
log::debug!("ignoring event {relative_path:?} within unloaded directory");
|
||||||
unloaded_relative_paths.push(relative_path);
|
unloaded_relative_paths.push(relative_path);
|
||||||
log::debug!("ignoring event {abs_path:?} within unloaded directory");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue