mirror of
https://github.com/rclone/rclone.git
synced 2026-07-13 09:12:31 -04:00
drive: fix stray %!(EXTRA) in unexportable google document log message
(cherry picked from commit 42f7eda4f1)
This commit is contained in:
@@ -1688,7 +1688,7 @@ func (f *Fs) newObjectWithExportInfo(
|
||||
if !isDocument {
|
||||
fs.Debugf(remote, "Ignoring unknown document type %q", info.MimeType)
|
||||
gdocsWarnOnce.Do(func() {
|
||||
fs.Logf(remote, "Skipping unexportable google documents. Use --drive-show-all-gdocs to include them in server side copy and move", info.MimeType)
|
||||
fs.Logf(remote, "Skipping unexportable google document %q. Use --drive-show-all-gdocs to include them in server side copy and move", info.MimeType)
|
||||
})
|
||||
return nil, fs.ErrorObjectNotFound
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user