From 039edb3dbb8080dea7b9bbbfb0a18c16f95fd95d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 5 Oct 2005 22:32:59 +0000 Subject: [PATCH] Downgrade too-frequent "nothing happened" message from info to debug svn:r5200 --- src/or/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/connection.c b/src/or/connection.c index a2a4c8df44..32eebe7d59 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -883,7 +883,7 @@ retry_listeners(int type, config_line_t *cfg, } } else { /* It's configured; we don't need to launch it. */ - log_fn(LOG_INFO, "Already have %s on %s:%d", + log_fn(LOG_DEBUG, "Already have %s on %s:%d", conn_type_to_string(type), conn->address, conn->port); smartlist_remove(launch, line); if (free_launch_elts) -- 2.11.4.GIT