From: Christian Grothoff Date: Wed, 19 Oct 2011 13:11:53 +0000 (+0000) Subject: more logging X-Git-Tag: initial-import-from-subversion-38251~16402 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3fab19bd069f33090e9e6f7364be36abc9e90bf0;p=oweals%2Fgnunet.git more logging --- diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 14c33c37b..5260fff6f 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -308,6 +308,12 @@ plugin_env_receive_callback (void *cls, const struct GNUNET_PeerIdentity *peer, session, ats, ats_count); } +#endif +#if DEBUG_TRANSPORT + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Allowing receive from peer %s to continue in %llu ms\n", + GNUNET_i2s (peer), + (unsigned long long) ret.rel_value); #endif return ret; }