aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-10-02 03:37:31 +0000
committerBart Polot <bart@net.in.tum.de>2015-10-02 03:37:31 +0000
commit29bf97f91c1e4446a585bac0b92122f75f8bfde5 (patch)
treeaa2d08ac286278abb2baca11f8a78f622a2f9683 /src/cadet
parente9e64d27481a315fe02d76fb66f0a7c0b22536db (diff)
downloadgnunet-29bf97f91c1e4446a585bac0b92122f75f8bfde5.tar.gz
gnunet-29bf97f91c1e4446a585bac0b92122f75f8bfde5.zip
- fix logging
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/gnunet-service-cadet_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_local.c b/src/cadet/gnunet-service-cadet_local.c
index 4c644185e..9278ee25a 100644
--- a/src/cadet/gnunet-service-cadet_local.c
+++ b/src/cadet/gnunet-service-cadet_local.c
@@ -852,7 +852,7 @@ handle_show_peer (void *cls, struct GNUNET_SERVER_Client *client,
852 GNUNET_SERVER_notification_context_unicast (nc, c->handle, 852 GNUNET_SERVER_notification_context_unicast (nc, c->handle,
853 &resp->header, GNUNET_NO); 853 &resp->header, GNUNET_NO);
854 854
855 LOG (GNUNET_ERROR_TYPE_INFO, "Show peer request from client %u completed.\n"); 855 LOG (GNUNET_ERROR_TYPE_INFO, "Show peer from client %u completed.\n", c->id);
856 GNUNET_SERVER_receive_done (client, GNUNET_OK); 856 GNUNET_SERVER_receive_done (client, GNUNET_OK);
857} 857}
858 858