]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
verbose_ssl=yes: Log debug messages with debug level instead of as info...
authorTimo Sirainen <tss@iki.fi>
Sat, 28 Jul 2012 16:57:10 +0000 (19:57 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 28 Jul 2012 16:57:10 +0000 (19:57 +0300)
src/login-common/ssl-proxy-openssl.c

index 93675653e2a00aa2886e3231cac48dfa02956797..0b5617ed6865fa94c47b707fe8f1fd28762a8d4d 100644 (file)
@@ -846,9 +846,9 @@ static void ssl_info_callback(const SSL *ssl, int where, int ret)
                          where, SSL_state_string_long(ssl),
                          net_ip2addr(&proxy->ip));
        } else {
-               i_info("SSL: where=0x%x, ret=%d: %s [%s]",
-                      where, ret, SSL_state_string_long(ssl),
-                      net_ip2addr(&proxy->ip));
+               i_debug("SSL: where=0x%x, ret=%d: %s [%s]",
+                       where, ret, SSL_state_string_long(ssl),
+                       net_ip2addr(&proxy->ip));
        }
 }