dovecot-2.2: verbose_ssl=yes: Log debug messages with debug leve...

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 10 05:24:41 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/eec5e1f03fff
changeset: 14811:eec5e1f03fff
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jul 28 19:56:07 2012 +0300
description:
verbose_ssl=yes: Log debug messages with debug level instead of as warnings.

diffstat:

 src/lib-ssl-iostream/iostream-openssl.c |  6 +++---
 src/login-common/ssl-proxy-openssl.c    |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r cbd2b321a68f -r eec5e1f03fff src/lib-ssl-iostream/iostream-openssl.c
--- a/src/lib-ssl-iostream/iostream-openssl.c	Sat Jul 28 19:33:14 2012 +0300
+++ b/src/lib-ssl-iostream/iostream-openssl.c	Sat Jul 28 19:56:07 2012 +0300
@@ -24,9 +24,9 @@
 		i_warning("%s: SSL failed: where=0x%x: %s",
 			  ssl_io->source, where, SSL_state_string_long(ssl));
 	} else {
-		i_warning("%s: SSL: where=0x%x, ret=%d: %s",
-			  ssl_io->source, where, ret,
-			  SSL_state_string_long(ssl));
+		i_debug("%s: SSL: where=0x%x, ret=%d: %s",
+			ssl_io->source, where, ret,
+			SSL_state_string_long(ssl));
 	}
 }
 
diff -r cbd2b321a68f -r eec5e1f03fff src/login-common/ssl-proxy-openssl.c
--- a/src/login-common/ssl-proxy-openssl.c	Sat Jul 28 19:33:14 2012 +0300
+++ b/src/login-common/ssl-proxy-openssl.c	Sat Jul 28 19:56:07 2012 +0300
@@ -846,9 +846,9 @@
 			  where, SSL_state_string_long(ssl),
 			  net_ip2addr(&proxy->ip));
 	} else {
-		i_warning("SSL: where=0x%x, ret=%d: %s [%s]",
-			  where, ret, SSL_state_string_long(ssl),
-			  net_ip2addr(&proxy->ip));
+		i_info("SSL: where=0x%x, ret=%d: %s [%s]",
+		       where, ret, SSL_state_string_long(ssl),
+		       net_ip2addr(&proxy->ip));
 	}
 }
 


More information about the dovecot-cvs mailing list