From 980f194360c39fe42c60c6807e3e1620e70e6c5b Mon Sep 17 00:00:00 2001 From: Michael Eischer <9106997+MichaelEischer@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:11:16 +0200 Subject: [PATCH] fs: print missing error if xattr cannot be read (#21896) --- internal/fs/node_xattr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/fs/node_xattr.go b/internal/fs/node_xattr.go index d6289c74a..71ecf92c1 100644 --- a/internal/fs/node_xattr.go +++ b/internal/fs/node_xattr.go @@ -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{