fs: fix logging level mentioned in docs of Logf

This commit is contained in:
Alex Chen 2021-06-21 23:30:26 +08:00 committed by GitHub
parent 80bccacd83
commit 96ace599a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,8 +180,8 @@ func Errorf(o interface{}, text string, args ...interface{}) {
} }
// Logf writes log output for this Object or Fs. This should be // Logf writes log output for this Object or Fs. This should be
// considered to be Info level logging. It is the default level. By // considered to be Notice level logging. It is the default level.
// default rclone should not log very much so only use this for // By default rclone should not log very much so only use this for
// important things the user should see. The user can filter these // important things the user should see. The user can filter these
// out with the -q flag. // out with the -q flag.
func Logf(o interface{}, text string, args ...interface{}) { func Logf(o interface{}, text string, args ...interface{}) {