Better error log messaging.
This commit is contained in:
parent
7da8639881
commit
872c1096a6
@ -617,7 +617,7 @@ impl MovieLibrary {
|
||||
Some((path.to_string_lossy().into_owned(), json))
|
||||
}
|
||||
Err(e) => {
|
||||
error!("{}", e);
|
||||
error!("failed to open {}: {}", path.to_string_lossy(), e);
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user