diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-26 08:55:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-26 08:55:59 -0400 |
commit | 1f3db0514e07b1022dd4d523ff97997139e1b187 (patch) | |
tree | 7ddd40ad573aa67dbdae2e6db3c1dfdf6e8f19ab /src/test/test_hs_service.c | |
parent | 45530ed729e315218f9b5d11b15bb8167ddfc77c (diff) | |
parent | 648d5ea67e1bf362363f399c708bc3dcca5b26f6 (diff) | |
download | tor-1f3db0514e07b1022dd4d523ff97997139e1b187.tar.gz tor-1f3db0514e07b1022dd4d523ff97997139e1b187.zip |
Merge remote-tracking branch 'asn/ticket23645_032_01'
Diffstat (limited to 'src/test/test_hs_service.c')
-rw-r--r-- | src/test/test_hs_service.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test_hs_service.c b/src/test/test_hs_service.c index 9494739b32..462c860a9a 100644 --- a/src/test/test_hs_service.c +++ b/src/test/test_hs_service.c @@ -1149,9 +1149,9 @@ test_build_update_descriptors(void *arg) tor_free(node->ri->onion_curve25519_pkey); /* Avoid memleak. */ tor_free(node->ri->cache_info.signing_key_cert); crypto_pk_free(node->ri->onion_pkey); - expect_log_msg_containing("just picked 1 intro points and wanted 3. It " - "currently has 0 intro points. Launching " - "ESTABLISH_INTRO circuit shortly."); + expect_log_msg_containing("just picked 1 intro points and wanted 3 for next " + "descriptor. It currently has 0 intro points. " + "Launching ESTABLISH_INTRO circuit shortly."); teardown_capture_of_logs(); tt_int_op(digest256map_size(service->desc_current->intro_points.map), OP_EQ, 1); |