mirror of
https://github.com/restic/restic.git
synced 2026-08-05 13:33:16 +00:00
fs: print missing error if xattr cannot be read (#21896)
This commit is contained in:
@@ -109,7 +109,7 @@ func nodeFillExtendedAttributes(node *data.Node, path string, ignoreListError bo
|
||||
for _, attr := range xattrs {
|
||||
attrVal, err := getxattr(path, attr)
|
||||
if err != nil {
|
||||
warnf("can not obtain extended attribute %v for %v:\n", attr, path)
|
||||
warnf("can not obtain extended attribute %v for %v: %v\n", attr, path, err)
|
||||
continue
|
||||
}
|
||||
attr := data.ExtendedAttribute{
|
||||
|
||||
Reference in New Issue
Block a user