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

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChat committed Aug 8, 2023
1 parent 94b87bf commit da34b0f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/agent/onefuzz/src/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,7 @@ impl DirectoryMonitor {
}
}
Err(e) => {
warn!(
"{:?}",
Err::<(), _>(e).context(format!(
"failed to get metadata for {}",
path.display()
))
);
warn!("failed to get metadata for {}: {:?}", path.display(), e);
}
}
}
Expand Down

0 comments on commit da34b0f

Please sign in to comment.