summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 5c487916..c310412d 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2425,8 +2425,8 @@ void do_messenger(Messenger *m)
2425 last_pinged = 999; 2425 last_pinged = 999;
2426 2426
2427 LOGGER_TRACE("C[%2u] %s:%u [%3u] %s", 2427 LOGGER_TRACE("C[%2u] %s:%u [%3u] %s",
2428 client, ip_ntoa(&assoc->ip_port.ip), ntohs(assoc->ip_port.port), 2428 client, ip_ntoa(&assoc->ip_port.ip), ntohs(assoc->ip_port.port),
2429 last_pinged, ID2String(cptr->client_id)); 2429 last_pinged, ID2String(cptr->client_id));
2430 } 2430 }
2431 } 2431 }
2432 2432
@@ -2479,8 +2479,8 @@ void do_messenger(Messenger *m)
2479 ping_lastrecv = 999; 2479 ping_lastrecv = 999;
2480 2480
2481 LOGGER_TRACE("F[%2u:%2u] <%s> [%03u] %s", 2481 LOGGER_TRACE("F[%2u:%2u] <%s> [%03u] %s",
2482 dht2m[friend], friend, msgfptr->name, 2482 dht2m[friend], friend, msgfptr->name,
2483 ping_lastrecv, ID2String(msgfptr->client_id)); 2483 ping_lastrecv, ID2String(msgfptr->client_id));
2484 } else { 2484 } else {
2485 LOGGER_TRACE("F[--:%2u] %s", friend, ID2String(dhtfptr->client_id)); 2485 LOGGER_TRACE("F[--:%2u] %s", friend, ID2String(dhtfptr->client_id));
2486 } 2486 }
@@ -2498,9 +2498,9 @@ void do_messenger(Messenger *m)
2498 last_pinged = 999; 2498 last_pinged = 999;
2499 2499
2500 LOGGER_TRACE("F[%2u] => C[%2u] %s:%u [%3u] %s", 2500 LOGGER_TRACE("F[%2u] => C[%2u] %s:%u [%3u] %s",
2501 friend, client, ip_ntoa(&assoc->ip_port.ip), 2501 friend, client, ip_ntoa(&assoc->ip_port.ip),
2502 ntohs(assoc->ip_port.port), last_pinged, 2502 ntohs(assoc->ip_port.port), last_pinged,
2503 ID2String(cptr->client_id)); 2503 ID2String(cptr->client_id));
2504 } 2504 }
2505 } 2505 }
2506 } 2506 }