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

Commit 3e85571

Browse files
authored
Merge branch 'main' into fixup-onefuzz-task-layout
2 parents 24c7b42 + 003c9ac commit 3e85571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/onefuzz/src/libfuzzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ impl LibFuzzer {
362362
None,
363363
)?;
364364

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

367367
let child = cmd
368368
.spawn()

0 commit comments

Comments
 (0)