Modify log message 'DH ciphers are disabled' from ERROR to INFO

Per the latest comment in bz#1398237 this message is confusing for users
because it suggests an error where none exists.

Fixes: bz#1626319

Change-Id: I2f05999da157b11e225bf3d95edb597e964f9923
Signed-off-by: Omar Kohl <omarkohl@gmail.com>
This commit is contained in:
Omar Kohl 2018-09-06 13:57:33 +02:00 committed by Amar Tumballi
parent 15d2b3cf85
commit 42bc6ef4c7

View File

@ -4369,7 +4369,7 @@ ssl_setup_connection_params(rpc_transport_t *this)
#endif
if ((bio = BIO_new_file(dh_param, "r")) == NULL) {
gf_log(this->name, GF_LOG_ERROR,
gf_log(this->name, GF_LOG_INFO,
"failed to open %s, "
"DH ciphers are disabled", dh_param);
}