Log the error we get when we fail to load metadata from a library.
This commit is contained in:
parent
e64515b036
commit
9cdd73124a
@ -542,8 +542,8 @@ impl<'a> Context<'a> {
|
||||
continue
|
||||
}
|
||||
}
|
||||
Err(_) => {
|
||||
info!("no metadata found");
|
||||
Err(err) => {
|
||||
info!("no metadata found: {}", err);
|
||||
continue
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user