forked from TrueCloudLab/rclone
fs: fix logging level mentioned in docs of Logf
This commit is contained in:
parent
80bccacd83
commit
96ace599a8
1 changed files with 2 additions and 2 deletions
|
@ -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{}) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue