mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Change fprintf debug into LOGGER_DEBUG for consistency
This commit is contained in:
parent
2af1608059
commit
10ca292f24
|
@ -654,10 +654,9 @@ Networking_Core *new_networking_ex(IP ip, uint16_t port_from, uint16_t port_to)
|
|||
*portptr = htons(port_to_try);
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "Failed to bind socket: %u, %s IP: %s port_from: %u port_to: %u\n", errno, strerror(errno),
|
||||
LOGGER_DEBUG("Failed to bind socket: %u, %s IP: %s port_from: %u port_to: %u", errno, strerror(errno),
|
||||
ip_ntoa(&ip), port_from, port_to);
|
||||
#endif
|
||||
|
||||
kill_networking(temp);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user