From 96e5782b634a8026251b240ff3d9c79889f2e6f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Tue, 19 May 2015 22:41:39 +0000 Subject: [PATCH] -optical change + small fix --- src/rps/test_rps.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c index f8f918d35..3ea8c19af 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; } -- 2.25.1