aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-05-19 22:41:39 +0000
committerJulius Bünger <buenger@mytum.de>2015-05-19 22:41:39 +0000
commit96e5782b634a8026251b240ff3d9c79889f2e6f6 (patch)
treeeb0c370eb5720781dcabfcf6d362d0992eb3678e
parent39a851d4c34ba9a622cac5be5fbf242f8fcc6485 (diff)
-optical change + small fix
-rw-r--r--src/rps/test_rps.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index f8f918d35c..3ea8c19aff 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -282,15 +282,16 @@ make_oplist_entry ()
*/
static void
churn_cb (void *cls,
- struct GNUNET_TESTBED_Operation *op,
- const char *emsg)
+ struct GNUNET_TESTBED_Operation *op,
+ const char *emsg)
{
+ // FIXME
struct OpListEntry *entry = cls;
GNUNET_TESTBED_operation_done (entry->op);
if (NULL != emsg)
{
- //LOG (GNUNET_ERROR_TYPE_ERROR, "Failed to start/stop NSE at a peer\n");
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to start/stop RPS at a peer\n");
GNUNET_SCHEDULER_shutdown ();
return;
}