Fixing up initialization to allow passing in custom storages
This commit is contained in:
parent
1b49257019
commit
42bbf84ea5
8 changed files with 128 additions and 90 deletions
|
|
@ -186,7 +186,7 @@ impl<'a> FileOps<'a> {
|
|||
) {
|
||||
debug!(
|
||||
"error reading from file {} ({:?}) at {}: {:#}",
|
||||
current_file.index, current_file.fi.filename, pos, &err
|
||||
current_file.index, current_file.fi.relative_filename, pos, &err
|
||||
);
|
||||
current_file.is_broken = true;
|
||||
some_files_broken = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue