aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendmid.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-25 11:55:27 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-25 11:55:27 -0400
commit07eb481492ddd24f403ef75db65a00b38f2b5d92 (patch)
treeedab589366856f871521d1b2b90322aa6ea49579 /src/or/rendmid.c
parentd5e11f21cc98f4e42b05bdddb9e3316072ec0bef (diff)
downloadtor-07eb481492ddd24f403ef75db65a00b38f2b5d92.tar
tor-07eb481492ddd24f403ef75db65a00b38f2b5d92.tar.gz
Demote "Invalid length on ESTABLISH_RENDEZVOUS" to protocol_warn
Fixes bug 11279
Diffstat (limited to 'src/or/rendmid.c')
-rw-r--r--src/or/rendmid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c
index 1bd11f6dc..c68f6da59 100644
--- a/src/or/rendmid.c
+++ b/src/or/rendmid.c
@@ -231,7 +231,8 @@ rend_mid_establish_rendezvous(or_circuit_t *circ, const uint8_t *request,
}
if (request_len != REND_COOKIE_LEN) {
- log_warn(LD_PROTOCOL, "Invalid length on ESTABLISH_RENDEZVOUS.");
+ log_fn(LOG_PROTOCOL_WARN,
+ LD_PROTOCOL, "Invalid length on ESTABLISH_RENDEZVOUS.");
goto err;
}