diff --git a/src/lib.rs b/src/lib.rs index bb9b186..a3613a9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 } }