mirror of
https://github.com/trussed-dev/delog.git
synced 2026-06-20 04:16:34 -07:00
StdErrFlusher actually prints to stderr
This commit is contained in:
committed by
Nicolas Stalder
parent
bd5bb6cc27
commit
0c03ffc3ae
+1
-1
@@ -33,7 +33,7 @@ pub struct StderrFlusher {}
|
||||
|
||||
impl crate::Flusher for StderrFlusher {
|
||||
fn flush(&self, logs: &str) {
|
||||
print!("{}", logs);
|
||||
eprint!("{}", logs);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user