From 0456a1e820419008eedfa7afb3cb1c01cd1b0ff1 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 23 Jan 2013 22:29:02 +0100 Subject: [PATCH] Typo --- couchpotato/core/notifications/email/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/notifications/email/main.py b/couchpotato/core/notifications/email/main.py index 6c957227..be61e944 100644 --- a/couchpotato/core/notifications/email/main.py +++ b/couchpotato/core/notifications/email/main.py @@ -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