aboutsummaryrefslogtreecommitdiff
path: root/src/set/set_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-30 00:21:42 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-30 00:21:42 +0000
commitbeccfee0add2579a9beb65af41ac266f04635f3c (patch)
tree6ed4d5cf02a419bcfec3e13f97e03fbb1f70955f /src/set/set_api.c
parentc9fca90e1efe64166a2bf259df3242f50af9a6ac (diff)
downloadgnunet-beccfee0add2579a9beb65af41ac266f04635f3c.tar.gz
gnunet-beccfee0add2579a9beb65af41ac266f04635f3c.zip
-misc fixes, in particular actually build bf
Diffstat (limited to 'src/set/set_api.c')
-rw-r--r--src/set/set_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/set/set_api.c b/src/set/set_api.c
index ac0be21fe..20a9d149a 100644
--- a/src/set/set_api.c
+++ b/src/set/set_api.c
@@ -467,6 +467,9 @@ GNUNET_SET_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
467 struct GNUNET_MQ_Envelope *mqm; 467 struct GNUNET_MQ_Envelope *mqm;
468 struct GNUNET_SET_CreateMessage *msg; 468 struct GNUNET_SET_CreateMessage *msg;
469 469
470 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
471 "Creating new set (operation %u)\n",
472 op);
470 set = GNUNET_new (struct GNUNET_SET_Handle); 473 set = GNUNET_new (struct GNUNET_SET_Handle);
471 set->client = GNUNET_CLIENT_connect ("set", cfg); 474 set->client = GNUNET_CLIENT_connect ("set", cfg);
472 if (NULL == set->client) 475 if (NULL == set->client)