From 96ace599a82c5fc11a09efe6a11585a66c3812bd Mon Sep 17 00:00:00 2001 From: Alex Chen <Cnly@users.noreply.github.com> Date: Mon, 21 Jun 2021 23:30:26 +0800 Subject: [PATCH] fs: fix logging level mentioned in docs of Logf --- fs/log.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/log.go b/fs/log.go index f2c3a354a..ccc50fa05 100644 --- a/fs/log.go +++ b/fs/log.go @@ -180,8 +180,8 @@ func Errorf(o interface{}, text string, args ...interface{}) { } // Logf writes log output for this Object or Fs. This should be -// considered to be Info level logging. It is the default level. By -// default rclone should not log very much so only use this for +// considered to be Notice level logging. It is the default level. +// By default rclone should not log very much so only use this for // important things the user should see. The user can filter these // out with the -q flag. func Logf(o interface{}, text string, args ...interface{}) {