diff --git a/backend/drive/drive.go b/backend/drive/drive.go index c7aeae021..a9fb01672 100755 --- a/backend/drive/drive.go +++ b/backend/drive/drive.go @@ -2449,6 +2449,7 @@ func (f *Fs) CleanUp(ctx context.Context) error { if err != nil { return err } + fs.Logf(f, "Note that emptying the trash happens in the background and can take some time.") return nil }