aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/social/gnunet-service-social.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c
index 73acc870d..e499130d4 100644
--- a/src/social/gnunet-service-social.c
+++ b/src/social/gnunet-service-social.c
@@ -1539,7 +1539,7 @@ client_recv_host_enter (void *cls, struct GNUNET_SERVER_Client *client,
1539 1539
1540 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 1540 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1541 "%p Client connected as host to place %s.\n", 1541 "%p Client connected as host to place %s.\n",
1542 hst, &plc->pub_key_hash); 1542 hst, GNUNET_h2s (&plc->pub_key_hash));
1543 1543
1544 struct ClientListItem *cli = GNUNET_new (struct ClientListItem); 1544 struct ClientListItem *cli = GNUNET_new (struct ClientListItem);
1545 cli->client = client; 1545 cli->client = client;