mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
Correct a log message
This commit is contained in:
parent
c60148c7f5
commit
6b26999146
@ -945,7 +945,8 @@ rend_service_introduce(origin_circuit_t *circuit, const uint8_t *request,
|
|||||||
service = rend_service_get_by_pk_digest(
|
service = rend_service_get_by_pk_digest(
|
||||||
circuit->rend_data->rend_pk_digest);
|
circuit->rend_data->rend_pk_digest);
|
||||||
if (!service) {
|
if (!service) {
|
||||||
log_warn(LD_REND, "Got an INTRODUCE2 cell for an unrecognized service %s.",
|
log_warn(LD_BUG, "Internal error: Got an INTRODUCE2 cell on an intro "
|
||||||
|
"circ for an unrecognized service %s.",
|
||||||
escaped(serviceid));
|
escaped(serviceid));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user