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

Commit

Permalink
Merge branch 'main' into Release-9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamL-Microsoft committed Oct 5, 2023
2 parents fba9c2e + 003c9ac commit d48d92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/onefuzz/src/libfuzzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ impl LibFuzzer {
None,
)?;

debug!("Running command: {:?}", &cmd);
info!("Running command: {:?}", &cmd);

let child = cmd
.spawn()
Expand Down

0 comments on commit d48d92e

Please sign in to comment.