gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16314 - gnunet/src/vpn


From: gnunet
Subject: [GNUnet-SVN] r16314 - gnunet/src/vpn
Date: Tue, 2 Aug 2011 09:34:46 +0200

Author: toelke
Date: 2011-08-02 09:34:46 +0200 (Tue, 02 Aug 2011)
New Revision: 16314

Modified:
   gnunet/src/vpn/gnunet-service-dns.c
Log:
Debug the connection-establishment in DNS

Modified: gnunet/src/vpn/gnunet-service-dns.c
===================================================================
--- gnunet/src/vpn/gnunet-service-dns.c 2011-08-02 07:34:43 UTC (rev 16313)
+++ gnunet/src/vpn/gnunet-service-dns.c 2011-08-02 07:34:46 UTC (rev 16314)
@@ -313,8 +313,8 @@
     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))
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]