From 2b55b3c91907f1b95c59f2661448c336e51b61ce Mon Sep 17 00:00:00 2001 From: elieyal <17270807+elieyal@users.noreply.github.com> Date: Fri, 22 Jun 2018 12:18:29 +0300 Subject: [PATCH] chenged debug to error message --- src/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.c b/src/network.c index cfe34db5..1e6ef14f 100644 --- a/src/network.c +++ b/src/network.c @@ -1691,7 +1691,7 @@ static int network_bind_socket_to_addr(sockent_t *se, if (se->data.client.bind_addr == NULL) return 0; - DEBUG("network_plugin: fd %i: bind socket to address", se->data.client.fd); + ERROR("network plugin: failed to bind client socket (ipvX) to %s: %s", pbuffer, STRERRNO); char pbuffer[64]; if (ai->ai_family == AF_INET) { -- 2.11.0