From: Bart Polot Date: Wed, 26 Oct 2016 04:21:00 +0000 (+0000) Subject: - add connection info to timing log X-Git-Tag: initial-import-from-subversion-38251~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5946af8e47047d48176adffd24fd012c7ce69342;p=oweals%2Fgnunet.git - add connection info to timing log --- diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c index 5dbf0c209..e439a4503 100644 --- a/src/cadet/gnunet-service-cadet_peer.c +++ b/src/cadet/gnunet-service-cadet_peer.c @@ -1124,7 +1124,9 @@ call_peer_cont (struct CadetPeerQueue *q, int sent) struct GNUNET_TIME_Relative wait_time; wait_time = GNUNET_TIME_absolute_get_duration (q->queue_timestamp); - LOG (GNUNET_ERROR_TYPE_DEBUG, " calling callback, time elapsed %s\n", + LOG (GNUNET_ERROR_TYPE_INFO, + " calling callback on %s after %s\n", + GCC_2s (q->c), GNUNET_STRINGS_relative_time_to_string (wait_time, GNUNET_NO)); q->cont (q->cont_cls, q->c, q->c_fwd, sent,