diff options
author | Peter Palfrader <peter@palfrader.org> | 2005-10-17 16:21:42 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2005-10-17 16:21:42 +0000 |
commit | 0d9aedfcea6d9b9f2e36bcc6176da8ac0f31a9b0 (patch) | |
tree | b4e573d9050e828ba4bc6659f3db42f31a4667e7 /src/or/router.c | |
parent | bec2271029463b426a9c87330ff392b9807d62ec (diff) | |
download | tor-0d9aedfcea6d9b9f2e36bcc6176da8ac0f31a9b0.tar tor-0d9aedfcea6d9b9f2e36bcc6176da8ac0f31a9b0.tar.gz |
Downgrade a few INFO level logs to DEBUG again. Also add two or three new
logs in cases where a calling function's log was downgraded and we wouldn't
get any log message otherwise.
svn:r5263
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 672709c18..947137af7 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -629,7 +629,7 @@ router_retry_connections(int force) if (force || !connection_get_by_identity_digest(router->identity_digest, CONN_TYPE_OR)) { - log_fn(LOG_INFO,"%sconnecting to %s at %s:%u.", + log_fn(LOG_DEBUG,"%sconnecting to %s at %s:%u.", clique_mode(options) ? "(forced) " : "", router->nickname, router->address, router->or_port); /* Remember when we started trying to determine reachability */ |