mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
core: Clarify error message
This commit is contained in:
parent
5a1a300892
commit
2fbf864251
@ -3624,7 +3624,7 @@ ostree_repo_load_file (OstreeRepo *self,
|
||||
else
|
||||
{
|
||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
|
||||
"Couldn't find object '%s'", checksum);
|
||||
"Couldn't find file object '%s'", checksum);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user