summaryrefslogtreecommitdiff
path: root/auto_tests/onion_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/onion_test.c')
-rw-r--r--auto_tests/onion_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/onion_test.c b/auto_tests/onion_test.c
index bf764f67..5989df17 100644
--- a/auto_tests/onion_test.c
+++ b/auto_tests/onion_test.c
@@ -449,7 +449,7 @@ START_TEST(test_announce)
449 449
450 for (i = 0; i < NUM_ONIONS; ++i) { 450 for (i = 0; i < NUM_ONIONS; ++i) {
451 onions[i] = new_onions(i + 34655); 451 onions[i] = new_onions(i + 34655);
452 ck_assert_msg(onions[i] != nullptr, "Failed to create onions. %u"); 452 ck_assert_msg(onions[i] != nullptr, "Failed to create onions. %u", i);
453 } 453 }
454 454
455 IP ip = get_loopback(); 455 IP ip = get_loopback();