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{