mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 23:28:57 +01:00
operations: fix error message on delete to have file name - fixes #7355
This commit is contained in:
parent
cc036884d4
commit
1591592936
@ -768,7 +768,7 @@ func DeleteFilesWithBackupDir(ctx context.Context, toBeDeleted fs.ObjectsChan, b
|
||||
if err != nil {
|
||||
errorCount.Add(1)
|
||||
if fserrors.IsFatalError(err) {
|
||||
fs.Errorf(nil, "Got fatal error on delete: %s", err)
|
||||
fs.Errorf(dst, "Got fatal error on delete: %s", err)
|
||||
fatalErrorCount.Add(1)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user