imapserver: fix syntax error
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
fe2e3249ac
commit
212ed87509
@ -619,8 +619,8 @@ class IMAPServer(object):
|
||||
if self.port != 993:
|
||||
reason = "Could not connect via SSL to host '%s' and non-s"\
|
||||
"tandard ssl port %d configured. Make sure you connect"\
|
||||
" to the correct port. Got: %s"%
|
||||
(self.hostname, self.port, e)
|
||||
" to the correct port. Got: %s"% (
|
||||
self.hostname, self.port, e)
|
||||
else:
|
||||
reason = "Unknown SSL protocol connecting to host '%s' for "\
|
||||
"repository '%s'. OpenSSL responded:\n%s"\
|
||||
|
Loading…
Reference in New Issue
Block a user