gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 29bf97f91c1e4446a585bac0b92122f75f8bfde5
parent e9e64d27481a315fe02d76fb66f0a7c0b22536db
Author: Bart Polot <bart@net.in.tum.de>
Date:   Fri,  2 Oct 2015 03:37:31 +0000

- fix logging

Diffstat:
Msrc/cadet/gnunet-service-cadet_local.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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, GNUNET_SERVER_notification_context_unicast (nc, c->handle, &resp->header, GNUNET_NO); - LOG (GNUNET_ERROR_TYPE_INFO, "Show peer request from client %u completed.\n"); + LOG (GNUNET_ERROR_TYPE_INFO, "Show peer from client %u completed.\n", c->id); GNUNET_SERVER_receive_done (client, GNUNET_OK); }