[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] and another overly common log entry
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
connection.c
Log Message:
and another overly common log entry
Index: connection.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -d -r1.417 -r1.418
--- connection.c 11 Nov 2005 17:03:35 -0000 1.417
+++ connection.c 18 Nov 2005 00:35:29 -0000 1.418
@@ -889,8 +889,8 @@
}
} else {
/* It's configured; we don't need to launch it. */
- debug(LD_NET, "Already have %s on %s:%d",
- conn_type_to_string(type), conn->address, conn->port);
+// debug(LD_NET, "Already have %s on %s:%d",
+// conn_type_to_string(type), conn->address, conn->port);
smartlist_remove(launch, line);
if (free_launch_elts)
config_free_lines(line);