[or-cvs] Downgrade too-frequent "nothing happened" message from info...
Nick Mathewson
nickm at seul.org
Wed Oct 5 22:33:02 UTC 2005
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv16804/src/or
Modified Files:
connection.c
Log Message:
Downgrade too-frequent "nothing happened" message from info to debug
Index: connection.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -d -r1.404 -r1.405
--- connection.c 30 Sep 2005 21:31:26 -0000 1.404
+++ connection.c 5 Oct 2005 22:32:59 -0000 1.405
@@ -883,7 +883,7 @@
}
} 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)
More information about the tor-commits
mailing list