mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-09 13:57:52 +03:00
fsck: report the correct error when a present file cannot be loaded
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
c4b7717076
commit
0785c398b0
@ -118,6 +118,7 @@ load_and_fsck_one_object (OstreeRepo *repo,
|
||||
}
|
||||
else
|
||||
{
|
||||
*error = temp_error;
|
||||
g_prefix_error (error, "Loading file object %s: ", checksum);
|
||||
goto out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user