forked from TrueCloudLab/rclone
vfs: downgrade "poll-interval is not supported" message to Info
...to save confusion as it isn't very important
This commit is contained in:
parent
9a653fea10
commit
04a0a7406b
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ func New(f fs.Fs, opt *Options) *VFS {
|
||||||
if do := vfs.f.Features().DirChangeNotify; do != nil {
|
if do := vfs.f.Features().DirChangeNotify; do != nil {
|
||||||
do(vfs.root.ForgetPath, vfs.Opt.PollInterval)
|
do(vfs.root.ForgetPath, vfs.Opt.PollInterval)
|
||||||
} else {
|
} else {
|
||||||
fs.Logf(f, "poll-interval is not supported by this remote")
|
fs.Infof(f, "poll-interval is not supported by this remote")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue