Make result used
This commit is contained in:
parent
cdad750e02
commit
87fa9bab13
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ impl Log for ImagLogger {
|
|||
fn log(&self, record: &LogRecord) {
|
||||
if self.enabled(record.metadata()) {
|
||||
// TODO: This is just simple logging. Maybe we can enhance this lateron
|
||||
writeln!(stderr(), "[imag][{: <5}]: {}", record.level(), record.args());
|
||||
writeln!(stderr(), "[imag][{: <5}]: {}", record.level(), record.args()).ok();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue