Silence log output
This commit is contained in:
parent
cdd148204f
commit
756a6607e1
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ void send_slpd_broadcast(void) {
|
|||
close(fd);
|
||||
|
||||
/* display result */
|
||||
logger(DEBUG_ALWAYS, LOG_ERR, "%s has the ip: %s\n", iface,
|
||||
logger(DEBUG_SCARY_THINGS, LOG_ERR, "%s has the ip: %s\n", iface,
|
||||
inet_ntoa(((struct sockaddr_in *)&ifr.ifr_addr)->sin_addr));
|
||||
|
||||
lif.s_addr = inet_addr(inet_ntoa(((struct sockaddr_in *)&ifr.ifr_addr)->sin_addr));
|
||||
|
|
Loading…
Reference in a new issue