fixes log typo

This commit is contained in:
bergquist 2017-12-28 15:51:15 +01:00
parent b840514797
commit a4e4b76785

View File

@ -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