summaryrefslogtreecommitdiff
path: root/toxcore/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.c')
-rw-r--r--toxcore/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.c b/toxcore/network.c
index 7262f352..5980abe3 100644
--- a/toxcore/network.c
+++ b/toxcore/network.c
@@ -374,7 +374,7 @@ void networking_poll(Networking_Core *net)
374 if (length < 1) continue; 374 if (length < 1) continue;
375 375
376 if (!(net->packethandlers[data[0]].function)) { 376 if (!(net->packethandlers[data[0]].function)) {
377 LOGGER_WARNING("[%02u] -- Packet has no handler.\n", data[0]); 377 LOGGER_WARNING("[%02u] -- Packet has no handler", data[0]);
378 continue; 378 continue;
379 } 379 }
380 380