aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vpn/gnunet-service-dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-service-dns.c b/src/vpn/gnunet-service-dns.c
index 534be5626..ae2e287f3 100644
--- a/src/vpn/gnunet-service-dns.c
+++ b/src/vpn/gnunet-service-dns.c
@@ -239,7 +239,7 @@ mesh_send (void *cls, size_t size, void *buf)
239 239
240void mesh_connect (void* cls, const struct GNUNET_PeerIdentity* peer, const struct GNUNET_TRANSPORT_ATS_Information *atsi __attribute__((unused))) { 240void mesh_connect (void* cls, const struct GNUNET_PeerIdentity* peer, const struct GNUNET_TRANSPORT_ATS_Information *atsi __attribute__((unused))) {
241 if (NULL == peer) return; 241 if (NULL == peer) return;
242 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Connected to peer %x\n", *((unsigned long*)peer)); 242 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Connected to peer %s\n", GNUNET_i2s(peer));
243 struct tunnel_cls *cls_ = (struct tunnel_cls*)cls; 243 struct tunnel_cls *cls_ = (struct tunnel_cls*)cls;
244 244
245 GNUNET_MESH_notify_transmit_ready(cls_->tunnel, 245 GNUNET_MESH_notify_transmit_ready(cls_->tunnel,