mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:46:24 +08:00
This commit is contained in:
parent
500085d244
commit
2a806a8d8b
|
@ -99,8 +99,9 @@ func (f *File) applyPendingRename() {
|
|||
return
|
||||
}
|
||||
fs.Debugf(f.o, "Running delayed rename now")
|
||||
err := fun()
|
||||
fs.Errorf(f.Path(), "File.Rename error: %v", err)
|
||||
if err := fun(); err != nil {
|
||||
fs.Errorf(f.Path(), "delayed File.Rename error: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
// rename attempts to immediately rename a file if there are no open writers.
|
||||
|
|
Loading…
Reference in New Issue
Block a user