mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 11:35:21 +08:00
webdav: reduce priority of chunks upload log
This commit is contained in:
parent
a3b661be0d
commit
43823bc925
|
@ -614,7 +614,7 @@ func (f *Fs) setQuirks(ctx context.Context, vendor string) error {
|
|||
}
|
||||
|
||||
f.chunksUploadURL = chunksUploadURL
|
||||
fs.Logf(nil, "Chunks temporary upload directory: %s", f.chunksUploadURL)
|
||||
fs.Debugf(nil, "Chunks temporary upload directory: %s", f.chunksUploadURL)
|
||||
}
|
||||
case "sharepoint":
|
||||
// To mount sharepoint, two Cookies are required
|
||||
|
|
Loading…
Reference in New Issue
Block a user