diff options
-rw-r--r-- | toxcore/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.c b/toxcore/network.c index c184bf07..53cadea0 100644 --- a/toxcore/network.c +++ b/toxcore/network.c | |||
@@ -654,7 +654,7 @@ Networking_Core *new_networking_ex(IP ip, uint16_t port_from, uint16_t port_to) | |||
654 | *portptr = htons(port_to_try); | 654 | *portptr = htons(port_to_try); |
655 | } | 655 | } |
656 | 656 | ||
657 | LOGGER_DEBUG("Failed to bind socket: %u, %s IP: %s port_from: %u port_to: %u", errno, strerror(errno), | 657 | LOGGER_ERROR("Failed to bind socket: %u, %s IP: %s port_from: %u port_to: %u", errno, strerror(errno), |
658 | ip_ntoa(&ip), port_from, port_to); | 658 | ip_ntoa(&ip), port_from, port_to); |
659 | 659 | ||
660 | kill_networking(temp); | 660 | kill_networking(temp); |