aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_client.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-26 08:36:09 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-26 08:36:09 -0400
commit5e5e019b31296b5a829afc4f7f3766697888b678 (patch)
tree204a6623bafc7f9380c9c2239fc1572f42df0f25 /src/feature/hs/hs_client.c
parentc82163dff468443d28b6d0c9b1253f7721eb3fdc (diff)
parent36be6f0d2d9a518ebd1d914e70b07c1967bf235e (diff)
downloadtor-5e5e019b31296b5a829afc4f7f3766697888b678.tar.gz
tor-5e5e019b31296b5a829afc4f7f3766697888b678.zip
Merge remote-tracking branch 'dgoulet/bug27550_035_01'
Diffstat (limited to 'src/feature/hs/hs_client.c')
-rw-r--r--src/feature/hs/hs_client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/feature/hs/hs_client.c b/src/feature/hs/hs_client.c
index 0d382f9c85..edfd47c727 100644
--- a/src/feature/hs/hs_client.c
+++ b/src/feature/hs/hs_client.c
@@ -1270,10 +1270,6 @@ hs_client_decode_descriptor(const char *desc_str,
client_auht_sk, desc);
memwipe(subcredential, 0, sizeof(subcredential));
if (ret < 0) {
- log_warn(LD_GENERAL, "Could not parse received descriptor as client.");
- if (get_options()->SafeLogging_ == SAFELOG_SCRUB_NONE) {
- log_warn(LD_GENERAL, "%s", escaped(desc_str));
- }
goto err;
}