aboutsummaryrefslogtreecommitdiff
path: root/src/service/transport/test_communicator_basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/transport/test_communicator_basic.c')
-rw-r--r--src/service/transport/test_communicator_basic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service/transport/test_communicator_basic.c b/src/service/transport/test_communicator_basic.c
index 52a4cf2c4..aa11ca5e0 100644
--- a/src/service/transport/test_communicator_basic.c
+++ b/src/service/transport/test_communicator_basic.c
@@ -394,7 +394,7 @@ process_statistics (void *cls,
394 ret = 2; 394 ret = 2;
395 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 395 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
396 "Not enough BOX messages! (want: %u, have %llu)\n", 396 "Not enough BOX messages! (want: %u, have %llu)\n",
397 9000, value); 397 9000, (unsigned long long) value);
398 GNUNET_SCHEDULER_shutdown (); 398 GNUNET_SCHEDULER_shutdown ();
399 } 399 }
400 if ((0 == strcmp ("rekey", test_name)) && 400 if ((0 == strcmp ("rekey", test_name)) &&
@@ -406,7 +406,7 @@ process_statistics (void *cls,
406 ret = 2; 406 ret = 2;
407 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 407 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
408 "Not enough BOX messages! (want: %u, have %llu)\n", 408 "Not enough BOX messages! (want: %u, have %llu)\n",
409 6000, value); 409 6000, (unsigned long long) value);
410 GNUNET_SCHEDULER_shutdown (); 410 GNUNET_SCHEDULER_shutdown ();
411 } 411 }
412 return GNUNET_OK; 412 return GNUNET_OK;