aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/gnunet-consensus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/gnunet-consensus.c')
-rw-r--r--src/consensus/gnunet-consensus.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/consensus/gnunet-consensus.c b/src/consensus/gnunet-consensus.c
index c8a5593f1..222ec3e9d 100644
--- a/src/consensus/gnunet-consensus.c
+++ b/src/consensus/gnunet-consensus.c
@@ -177,6 +177,7 @@ static int
177new_element_cb (void *cls, 177new_element_cb (void *cls,
178 struct GNUNET_CONSENSUS_Element *element) 178 struct GNUNET_CONSENSUS_Element *element)
179{ 179{
180 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "received new element\n");
180 return GNUNET_YES; 181 return GNUNET_YES;
181} 182}
182 183
@@ -263,8 +264,11 @@ test_master (void *cls,
263 int i; 264 int i;
264 265
265 266
267 GNUNET_log_setup ("gnunet-consensus", "INFO", NULL);
268
266 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "test master\n"); 269 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "test master\n");
267 270
271
268 peers = started_peers; 272 peers = started_peers;
269 273
270 peer_ids = GNUNET_malloc (num_peers * sizeof (struct GNUNET_PeerIdentity)); 274 peer_ids = GNUNET_malloc (num_peers * sizeof (struct GNUNET_PeerIdentity));