fs: print missing error if xattr cannot be read (#21896)

This commit is contained in:
Michael Eischer
2026-06-20 17:11:16 +02:00
committed by GitHub
parent d795988fa8
commit 980f194360
+1 -1
View File
@@ -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{