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

Commit

Permalink
log the command line as info
Browse files Browse the repository at this point in the history
  • Loading branch information
chkeita committed Oct 5, 2023
1 parent f9f26b9 commit 76bd425
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 76bd425

Please sign in to comment.