From: Philipp Tölke Date: Tue, 2 Aug 2011 07:34:46 +0000 (+0000) Subject: Debug the connection-establishment in DNS X-Git-Tag: initial-import-from-subversion-38251~17530 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b8c2182a28944dcbbbe2a6eeb22a376724680b4b;p=oweals%2Fgnunet.git Debug the connection-establishment in DNS --- diff --git a/src/vpn/gnunet-service-dns.c b/src/vpn/gnunet-service-dns.c index e71acbe50..eb085cc09 100644 --- a/src/vpn/gnunet-service-dns.c +++ b/src/vpn/gnunet-service-dns.c @@ -313,8 +313,8 @@ mesh_connect (void *cls, const struct GNUNET_PeerIdentity *peer, return; struct tunnel_cls *cls_ = (struct tunnel_cls *) cls; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Connected to peer %s, sending query with id %d\n", - GNUNET_i2s (peer), ntohs (cls_->dns.s.id)); + "Connected to peer %s, %x, sending query with id %d\n", + GNUNET_i2s (peer), peer, ntohs (cls_->dns.s.id)); if (NULL == GNUNET_MESH_tunnel_get_data (cls_->tunnel)) {