[or-cvs] fix a log message to be mildly more helpful
arma at seul.org
arma at seul.org
Sun Dec 4 23:06:51 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
connection_edge.c
Log Message:
fix a log message to be mildly more helpful
Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -d -r1.366 -r1.367
--- connection_edge.c 3 Dec 2005 16:32:29 -0000 1.366
+++ connection_edge.c 4 Dec 2005 23:06:48 -0000 1.367
@@ -346,7 +346,7 @@
}
if (circ->purpose == CIRCUIT_PURPOSE_C_REND_JOINED) {
if (now - conn->timestamp_lastread > 45) {
- notice(LD_REND,"Rend stream is %d seconds late. Giving up on address '%s'.",
+ notice(LD_REND,"Rend stream is %d seconds late. Giving up on address '%s.onion'.",
(int)(now - conn->timestamp_lastread),
safe_str(conn->socks_request->address));
connection_edge_end(conn, END_STREAM_REASON_TIMEOUT, conn->cpath_layer);
More information about the tor-commits
mailing list