[or-cvs] clarify a log entry

Roger Dingledine arma at seul.org
Mon Dec 13 02:23:24 UTC 2004


Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	relay.c 
Log Message:
clarify a log entry


Index: relay.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/relay.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- relay.c	13 Dec 2004 00:44:39 -0000	1.31
+++ relay.c	13 Dec 2004 02:23:22 -0000	1.32
@@ -555,7 +555,7 @@
         /* else, conn will get closed below */
         log_fn(LOG_INFO,"Giving up on retrying (from resolvefailed); conn can't be handled.");
       } else {
-        log_fn(LOG_NOTICE,"Have tried resolving address %s at %d different places. Giving up.",
+        log_fn(LOG_NOTICE,"Have tried resolving address '%s' at %d different places. Giving up.",
                conn->socks_request->address, MAX_RESOLVE_FAILURES);
       }
     }



More information about the tor-commits mailing list