This commit is contained in:
Ruud
2013-01-23 22:29:02 +01:00
parent 35a9739ec5
commit 0456a1e820

View File

@@ -34,7 +34,7 @@ class Email(Notification):
# Check too see if an login attempt should be attempted
if len(smtp_user) > 0:
log.debug("Loggin in on SMTP server using username \'%s\'%s", (smtp_user, " and password" if len(smtp_pass) > 0 else ""))
log.debug("Logging on to SMTP server using username \'%s\'%s", (smtp_user, " and a password" if len(smtp_pass) > 0 else ""))
mailserver.login(smtp_user, smtp_pass)
# Send the e-mail