mirror of
https://github.com/rclone/rclone
synced 2024-11-17 17:30:37 +01:00
fs: fix logging level mentioned in docs of Logf
This commit is contained in:
parent
80bccacd83
commit
96ace599a8
@ -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{}) {
|
||||
|
Loading…
Reference in New Issue
Block a user