Skip to content

Commit 1b7e1da

Browse files
authored
Fix typo in SimpleStdoutLogger comment. (#1627)
1 parent cb9ace5 commit 1b7e1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl_bolts/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ pub static LIBAFL_STDERR_LOGGER: SimpleStderrLogger = SimpleStderrLogger::new();
737737
#[cfg(feature = "std")]
738738
pub static LIBAFL_STDOUT_LOGGER: SimpleStdoutLogger = SimpleStdoutLogger::new();
739739

740-
/// A simple logger struct that logs to stderr when used with [`log::set_logger`].
740+
/// A simple logger struct that logs to stdout when used with [`log::set_logger`].
741741
#[derive(Debug)]
742742
#[cfg(feature = "std")]
743743
pub struct SimpleStdoutLogger {}

0 commit comments

Comments
 (0)