aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 127ddd5bd..5f0271777 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -2162,9 +2162,9 @@ extend_info_free(extend_info_t *info)
{
if (!info)
return;
- log_info(LD_REND, "calling crypto_pk_free");
+ log_debug(LD_REND, "calling crypto_pk_free");
crypto_pk_free(info->onion_key);
- log_info(LD_REND, "calling tor_free");
+ log_debug(LD_REND, "calling tor_free");
tor_free(info);
}