Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
plz work
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChat committed Aug 8, 2023
1 parent 64e50b6 commit d23cf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/agent/onefuzz/src/monitor.rs
Expand Up @@ -141,8 +141,8 @@ impl DirectoryMonitor {
}
Err(e) => {
warn!(
"{}",
Err(e).context(format!(
"{:?}",
e.context(format!(
"failed to get metadata for {}",
path.display()
))
Expand Down

0 comments on commit d23cf29

Please sign in to comment.