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

Commit 76bd425

Browse files
committed
log the command line as info
1 parent f9f26b9 commit 76bd425

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)