Loading changes/ticket33779 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (onion service, logging): - Typo in a log info level when PublishHidServDescriptors is set to 0. Fixes bug 33779; bugfix on 0.3.2.1-alpha. src/feature/hs/hs_service.c +1 −1 Original line number Diff line number Diff line Loading @@ -2846,7 +2846,7 @@ upload_descriptor_to_hsdir(const hs_service_t *service, /* Let's avoid doing that if tor is configured to not publish. */ if (!get_options()->PublishHidServDescriptors) { log_info(LD_REND, "Service %s not publishing descriptor. " "PublishHidServDescriptors is set to 1.", "PublishHidServDescriptors is set to 0.", safe_str_client(service->onion_address)); goto end; } Loading Loading
changes/ticket33779 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (onion service, logging): - Typo in a log info level when PublishHidServDescriptors is set to 0. Fixes bug 33779; bugfix on 0.3.2.1-alpha.
src/feature/hs/hs_service.c +1 −1 Original line number Diff line number Diff line Loading @@ -2846,7 +2846,7 @@ upload_descriptor_to_hsdir(const hs_service_t *service, /* Let's avoid doing that if tor is configured to not publish. */ if (!get_options()->PublishHidServDescriptors) { log_info(LD_REND, "Service %s not publishing descriptor. " "PublishHidServDescriptors is set to 1.", "PublishHidServDescriptors is set to 0.", safe_str_client(service->onion_address)); goto end; } Loading