whoops, typo in debug output

This commit is contained in:
David Rose 2003-07-27 00:04:27 +00:00
parent fce7a1c6f2
commit b9be5a94d4

View File

@ -1216,7 +1216,7 @@ run_ssl_handshake() {
downloader_cat.warning()
<< "No current cipher on SSL connection.\n";
} else {
if (downloader_cat.debug()) {
if (downloader_cat.is_debug()) {
downloader_cat.debug()
<< "Using cipher " << SSL_CIPHER_get_name(cipher) << "\n";
}