1
0
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:
Giuseppe Scrivano 2015-11-06 11:47:15 +01:00
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;
}