|
|
887953 |
From 9a6ad46e3d7ae9ac683ef790c12937fee8f1143c Mon Sep 17 00:00:00 2001
|
|
|
887953 |
From: Mohit Agrawal <moagrawa@redhat.com>
|
|
|
887953 |
Date: Tue, 6 Nov 2018 09:31:50 +0530
|
|
|
887953 |
Subject: [PATCH 420/444] Modify log message 'DH ciphers are disabled' from
|
|
|
887953 |
ERROR to INFO
|
|
|
887953 |
|
|
|
887953 |
Per the latest comment in bz#1398237 this message is confusing for users
|
|
|
887953 |
because it suggests an error where none exists.
|
|
|
887953 |
|
|
|
887953 |
> Fixes: bz#1626319
|
|
|
887953 |
> Change-Id: I2f05999da157b11e225bf3d95edb597e964f9923
|
|
|
887953 |
> Signed-off-by: Omar Kohl <omarkohl@gmail.com>
|
|
|
887953 |
> (Reviewed on upstream link https://review.gluster.org/#/c/glusterfs/+/21108/)
|
|
|
887953 |
|
|
|
887953 |
Change-Id: I154cdd6e33e17d426bcba10fe17fceceba047b16
|
|
|
887953 |
BUG: 1632563
|
|
|
887953 |
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
|
|
|
887953 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/155023
|
|
|
887953 |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
887953 |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
887953 |
---
|
|
|
887953 |
rpc/rpc-transport/socket/src/socket.c | 2 +-
|
|
|
887953 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
887953 |
|
|
|
887953 |
diff --git a/rpc/rpc-transport/socket/src/socket.c b/rpc/rpc-transport/socket/src/socket.c
|
|
|
887953 |
index 243d49c..8a08177 100644
|
|
|
887953 |
--- a/rpc/rpc-transport/socket/src/socket.c
|
|
|
887953 |
+++ b/rpc/rpc-transport/socket/src/socket.c
|
|
|
887953 |
@@ -4378,7 +4378,7 @@ socket_init (rpc_transport_t *this)
|
|
|
887953 |
#endif
|
|
|
887953 |
|
|
|
887953 |
if ((bio = BIO_new_file(dh_param, "r")) == NULL) {
|
|
|
887953 |
- gf_log(this->name,GF_LOG_ERROR,
|
|
|
887953 |
+ gf_log(this->name, GF_LOG_INFO,
|
|
|
887953 |
"failed to open %s, "
|
|
|
887953 |
"DH ciphers are disabled", dh_param);
|
|
|
887953 |
}
|
|
|
887953 |
--
|
|
|
887953 |
1.8.3.1
|
|
|
887953 |
|