[or-cvs] pick a log domain; resolve an xxxx
arma at seul.org
arma at seul.org
Tue Jul 18 00:01:14 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
circuituse.c
Log Message:
pick a log domain; resolve an xxxx
Index: circuituse.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuituse.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -p -d -r1.130 -r1.131
--- circuituse.c 8 Jun 2006 09:35:20 -0000 1.130
+++ circuituse.c 18 Jul 2006 00:01:12 -0000 1.131
@@ -964,8 +964,7 @@ circuit_get_open_circ_or_launch(connecti
if (conn->chosen_exit_name) {
routerinfo_t *r;
if (!(r = router_get_by_nickname(conn->chosen_exit_name, 1))) {
- /*XXXX NM domain? */
- log_notice(LD_CIRC,
+ log_notice(LD_APP,
"Requested exit point '%s' is not known. Closing.",
conn->chosen_exit_name);
return -1;
More information about the tor-commits
mailing list