-unvoluntary edit
authorCarlo von lynX <lynX@time.to.get.psyced.org>
Thu, 28 Jul 2016 00:37:45 +0000 (00:37 +0000)
committerCarlo von lynX <lynX@time.to.get.psyced.org>
Thu, 28 Jul 2016 00:37:45 +0000 (00:37 +0000)
src/social/gnunet-service-social.c

index 73acc870d596025cdf0282fa88625c8b74aa7ff8..e499130d4800ce64431d3991793515a83a6b19c8 100644 (file)
@@ -1539,7 +1539,7 @@ client_recv_host_enter (void *cls, struct GNUNET_SERVER_Client *client,
 
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                 "%p Client connected as host to place %s.\n",
-                hst, &plc->pub_key_hash);
+                hst, GNUNET_h2s (&plc->pub_key_hash));
 
     struct ClientListItem *cli = GNUNET_new (struct ClientListItem);
     cli->client = client;