Use unused variable, print debug output
This commit is contained in:
parent
d14cb47bf9
commit
97008e5f9b
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ fn main() {
|
|||
|
||||
ImagLogger::init(&config).map_err(|e| {
|
||||
error!("Could not initialize logger");
|
||||
debug!("Could not initialize logger: {:?}", e);
|
||||
exit(1);
|
||||
}).ok();
|
||||
|
||||
|
|
Loading…
Reference in a new issue