diff options
Diffstat (limited to 'transport/ib-verbs')
-rw-r--r-- | transport/ib-verbs/src/name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transport/ib-verbs/src/name.c b/transport/ib-verbs/src/name.c index 31ce5291d70..c9d6e51d8d5 100644 --- a/transport/ib-verbs/src/name.c +++ b/transport/ib-verbs/src/name.c @@ -418,7 +418,7 @@ client_bind (transport_t *this, *sockaddr_len, CLIENT_PORT_CEILING); if (ret == -1) { - gf_log (this->xl->name, GF_LOG_ERROR, + gf_log (this->xl->name, GF_LOG_WARNING, "cannot bind inet socket (%d) to port " "less than %d (%s)", sock, CLIENT_PORT_CEILING, strerror (errno)); |