projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b55b3c
)
revert back to DEBUG
author
elieyal
<17270807+elieyal@users.noreply.github.com>
Fri, 22 Jun 2018 12:05:59 +0000
(15:05 +0300)
committer
GitHub
<noreply@github.com>
Fri, 22 Jun 2018 12:05:59 +0000
(15:05 +0300)
will change this later, it's not as simple as it looks.
src/network.c
patch
|
blob
|
history
diff --git
a/src/network.c
b/src/network.c
index
1e6ef14
..
f2e4b47
100644
(file)
--- 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;
-
ERROR("network plugin: failed to bind client socket (ipvX) to %s: %s", pbuffer, STRERRNO
);
+
DEBUG("fd %i: bind socket to address", se->data.client.fd
);
char pbuffer[64];
if (ai->ai_family == AF_INET) {