fix: configure over cmake options
This commit is contained in:
parent
6e3b1d52a4
commit
11f1a79d6a
4 changed files with 24 additions and 13 deletions
handlers
|
@ -29,7 +29,7 @@ handler_discovery(int fd, controller_t *controller)
|
|||
LOG_ERROR("received invalid discovery from %s", inet_ntoa(si_other.sin_addr));
|
||||
return;
|
||||
}
|
||||
LOG_DEBUG("received discovery from %s for port %d", inet_ntoa(si_other.sin_addr), discovery_answer_port);
|
||||
LOG_INFO("received discovery from %s:%d", inet_ntoa(si_other.sin_addr), discovery_answer_port);
|
||||
|
||||
if(discovery_answer_port == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue