diff options
| author | Omar Kohl <omarkohl@gmail.com> | 2018-09-06 13:57:33 +0200 | 
|---|---|---|
| committer | Amar Tumballi <amarts@redhat.com> | 2018-09-10 05:12:54 +0000 | 
| commit | 42bc6ef4c70eda1d8d6011d52399b778f0f2b70f (patch) | |
| tree | 9391103b8a87422f9a08f6ef510a27bdc1d1b89e | |
| parent | 15d2b3cf8595de176b47f97ed92b4f8653af2e60 (diff) | |
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>
| -rw-r--r-- | rpc/rpc-transport/socket/src/socket.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-transport/socket/src/socket.c b/rpc/rpc-transport/socket/src/socket.c index ff9423f1059..2c222ce8321 100644 --- a/rpc/rpc-transport/socket/src/socket.c +++ b/rpc/rpc-transport/socket/src/socket.c @@ -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);                  }  | 
