aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_arm_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/test_arm_api.c')
-rw-r--r--src/arm/test_arm_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/test_arm_api.c b/src/arm/test_arm_api.c
index 5a06c823c..56a0abbd2 100644
--- a/src/arm/test_arm_api.c
+++ b/src/arm/test_arm_api.c
@@ -184,8 +184,7 @@ arm_start_cb (void *cls,
184 * ("sent", because it isn't going anywhere, ARM API starts ARM service 184 * ("sent", because it isn't going anywhere, ARM API starts ARM service
185 * by itself). 185 * by itself).
186 * ARM API should report that ARM service is starting. 186 * ARM API should report that ARM service is starting.
187 */ 187 */GNUNET_break (status == GNUNET_ARM_REQUEST_SENT_OK);
188 GNUNET_break (status == GNUNET_ARM_REQUEST_SENT_OK);
189 GNUNET_break (phase == 0); 188 GNUNET_break (phase == 0);
190 LOG ("Sent 'START' request for arm to ARM %s\n", 189 LOG ("Sent 'START' request for arm to ARM %s\n",
191 (status == GNUNET_ARM_REQUEST_SENT_OK) ? "successfully" : 190 (status == GNUNET_ARM_REQUEST_SENT_OK) ? "successfully" :
@@ -255,4 +254,5 @@ main (int argc, char *argvx[])
255 return ok; 254 return ok;
256} 255}
257 256
257
258/* end of test_arm_api.c */ 258/* end of test_arm_api.c */