summaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-14 12:54:13 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-14 12:54:13 -0400
commit6e940829cce9e822f7fbd07e260a62a195a94143 (patch)
treee595dcca9c8c5c2514db4160b4e0890392142d2f /src/feature
parent79f8641ee598cddbf8e67748cb0d02d9a7e7bf3e (diff)
parent33c99cf56539a077723940f3ef4f1d54ddd5c5bc (diff)
downloadtor-6e940829cce9e822f7fbd07e260a62a195a94143.tar.gz
tor-6e940829cce9e822f7fbd07e260a62a195a94143.zip
Merge remote-tracking branch 'dgoulet/ticket27040_035_01'
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/rend/rendcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/rend/rendcommon.c b/src/feature/rend/rendcommon.c
index 8cb5fd91e6..b48ba87cbc 100644
--- a/src/feature/rend/rendcommon.c
+++ b/src/feature/rend/rendcommon.c
@@ -843,7 +843,7 @@ hid_serv_get_responsible_directories(smartlist_t *responsible_dirs,
int start, found, n_added = 0, i;
networkstatus_t *c = networkstatus_get_latest_consensus();
if (!c || !smartlist_len(c->routerstatus_list)) {
- log_warn(LD_REND, "We don't have a consensus, so we can't perform v2 "
+ log_info(LD_REND, "We don't have a consensus, so we can't perform v2 "
"rendezvous operations.");
return -1;
}