mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-21 02:50:37 +03:00
pull: make slightly clearer when failing for missing xattrs support
It is not clear why pull fails on tmpfs. The additional message might be helpful. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
f56688da71
commit
f506644830
@ -103,6 +103,7 @@ write_file_metadata_to_xattr (int fd,
|
||||
if (G_UNLIKELY (res == -1))
|
||||
{
|
||||
gs_set_error_from_errno (error, errno);
|
||||
g_prefix_error (error, "Unable to set xattr: ");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user