Fix typos in data collection message
This commit is contained in:
parent
6bbe7262ef
commit
563f059e73
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ func checkNewVersion() {
|
|||
func stats(staticConfiguration *static.Configuration) {
|
||||
if staticConfiguration.Global.SendAnonymousUsage == nil {
|
||||
log.WithoutContext().Error(`
|
||||
You haven't specify the sendAnonymousUsage option, it will be enable by default.
|
||||
You haven't specified the sendAnonymousUsage option, it will be enabled by default.
|
||||
`)
|
||||
sendAnonymousUsage := true
|
||||
staticConfiguration.Global.SendAnonymousUsage = &sendAnonymousUsage
|
||||
|
|
Loading…
Reference in a new issue