diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/circuit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuit.c b/src/or/circuit.c index 1b785958d..22a17fa9a 100644 --- a/src/or/circuit.c +++ b/src/or/circuit.c @@ -529,7 +529,7 @@ circuit_package_relay_cell(cell_t *cell, circuit_t *circ, do { 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) { return -1; } |