mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
parent
2a67258867
commit
fd77646f8b
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ func (s *TreeSaver) save(ctx context.Context, snPath string, node *restic.Node,
|
||||||
|
|
||||||
// return the error if it wasn't ignored
|
// return the error if it wasn't ignored
|
||||||
if fn.err != nil {
|
if fn.err != nil {
|
||||||
debug.Log("err for %v: %v", fn.node.Name, fn.err)
|
debug.Log("err for %v: %v", fn.snPath, fn.err)
|
||||||
fn.err = s.errFn(fn.target, fn.fi, fn.err)
|
fn.err = s.errFn(fn.target, fn.fi, fn.err)
|
||||||
if fn.err == nil {
|
if fn.err == nil {
|
||||||
// ignore error
|
// ignore error
|
||||||
|
|
Loading…
Reference in a new issue