mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixes log typo
This commit is contained in:
parent
b840514797
commit
a4e4b76785
@ -600,7 +600,7 @@ func NewConfigContext(args *CommandLineArgs) error {
|
|||||||
readQuotaSettings()
|
readQuotaSettings()
|
||||||
|
|
||||||
if VerifyEmailEnabled && !Smtp.Enabled {
|
if VerifyEmailEnabled && !Smtp.Enabled {
|
||||||
log.Warn("require_email_validation is enabled but smpt is disabled")
|
log.Warn("require_email_validation is enabled but smtp is disabled")
|
||||||
}
|
}
|
||||||
|
|
||||||
// check old key name
|
// check old key name
|
||||||
|
Loading…
Reference in New Issue
Block a user