mirror of
https://github.com/restic/restic.git
synced 2026-08-14 09:33:18 +00:00
node: report error on xattr retrieval using standard error logging
This commit is contained in:
@@ -13,6 +13,6 @@ func nodeRestoreExtendedAttributes(_ *restic.Node, _ string, _ func(xattrName st
|
||||
}
|
||||
|
||||
// nodeFillExtendedAttributes is a no-op
|
||||
func nodeFillExtendedAttributes(_ *restic.Node, _ string, _ bool) error {
|
||||
func nodeFillExtendedAttributes(_ *restic.Node, _ string, _ bool, _ func(format string, args ...any)) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user