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))
|
if (G_UNLIKELY (res == -1))
|
||||||
{
|
{
|
||||||
gs_set_error_from_errno (error, errno);
|
gs_set_error_from_errno (error, errno);
|
||||||
|
g_prefix_error (error, "Unable to set xattr: ");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue