Skip to content

Commit

Permalink
add info log for fmonitor raw_add
Browse files Browse the repository at this point in the history
  • Loading branch information
张佳程 committed Dec 21, 2022
1 parent a62bace commit fcc99dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/scanner/src/model/functional/fmonitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ impl FileMonitor {
);
return Err(e);
}
info!("fmonitor raw_add {:?}", path);
Ok(())
}
pub fn add(&mut self, path: &str, is_anti_ransome: bool) -> Result<()> {
Expand Down

0 comments on commit fcc99dd

Please sign in to comment.