aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2014-12-27 12:32:07 +0000
committerJulius Bünger <buenger@mytum.de>2014-12-27 12:32:07 +0000
commit46b94fdd2a97f6baebd934ceb645ec28fe75abbe (patch)
treeacfff9a2bab2fc458ee6f723916bbecaf60530ef /src/rps
parent542636ce6251bf14a0c5bd28551b7dd8244fffe6 (diff)
downloadgnunet-46b94fdd2a97f6baebd934ceb645ec28fe75abbe.tar.gz
gnunet-46b94fdd2a97f6baebd934ceb645ec28fe75abbe.zip
added log message
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/test_rps_multipeer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rps/test_rps_multipeer.c b/src/rps/test_rps_multipeer.c
index cb36411d2..a349d4cc2 100644
--- a/src/rps/test_rps_multipeer.c
+++ b/src/rps/test_rps_multipeer.c
@@ -131,6 +131,8 @@ rps_connect_complete_cb (void *cls,
131 GNUNET_SCHEDULER_shutdown (); 131 GNUNET_SCHEDULER_shutdown ();
132 return; 132 return;
133 } 133 }
134 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Started client successfully\n");
135
134 peer->rps_handle = rps; 136 peer->rps_handle = rps;
135 GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); 137 GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL);
136 GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL); 138 GNUNET_RPS_request_peers(rps, 1, handle_reply, NULL);