Commit a4e4b767 by bergquist

fixes log typo

parent b8405147
...@@ -600,7 +600,7 @@ func NewConfigContext(args *CommandLineArgs) error { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment