mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02:00
drive: log that emptying the trash can take some time - fixes #4915
This commit is contained in:
parent
9b9ab5f3e8
commit
0be69018b8
@ -2449,6 +2449,7 @@ func (f *Fs) CleanUp(ctx context.Context) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
fs.Logf(f, "Note that emptying the trash happens in the background and can take some time.")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user