Imapserver: add missing space to the log message

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Ben Boeckel 2014-05-02 20:04:09 -04:00 committed by Eygene Ryabinkin
parent 1b954c3b4c
commit 7c271d5131

View File

@ -479,7 +479,7 @@ class IMAPServer:
" to the correct port." % (self.hostname, self.port) " to the correct port." % (self.hostname, self.port)
else: else:
reason = "Unknown SSL protocol connecting to host '%s' for"\ reason = "Unknown SSL protocol connecting to host '%s' for"\
"repository '%s'. OpenSSL responded:\n%s"\ " repository '%s'. OpenSSL responded:\n%s"\
% (self.hostname, self.repos, e) % (self.hostname, self.repos, e)
raise OfflineImapError(reason, severity) raise OfflineImapError(reason, severity)