aboutsummaryrefslogtreecommitdiff
path: root/src/social
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2016-07-28 00:37:45 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2016-07-28 00:37:45 +0000
commit9517e45e19a2552554b2a4e2c6faf48d04c78ffb (patch)
tree6dae50d2f11bf2f59011154ed74462108b73878f /src/social
parent39d29949c805111f7ce0ba065625f48423815033 (diff)
downloadgnunet-9517e45e19a2552554b2a4e2c6faf48d04c78ffb.tar.gz
gnunet-9517e45e19a2552554b2a4e2c6faf48d04c78ffb.zip
-unvoluntary edit
Diffstat (limited to 'src/social')
-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;