mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
make loglevel info less noisy
svn:r961
This commit is contained in:
parent
f3fdbadfdf
commit
8085235e5f
@ -529,7 +529,7 @@ circuit_package_relay_cell(cell_t *cell, circuit_t *circ,
|
|||||||
do {
|
do {
|
||||||
assert(thishop);
|
assert(thishop);
|
||||||
|
|
||||||
log_fn(LOG_INFO,"crypting a layer of the relay cell.");
|
log_fn(LOG_DEBUG,"crypting a layer of the relay cell.");
|
||||||
if(relay_crypt_one_payload(thishop->f_crypto, cell->payload, 1) < 0) {
|
if(relay_crypt_one_payload(thishop->f_crypto, cell->payload, 1) < 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user