no need to escape the address for our connections -- they are

always IP addresses.


svn:r6389
This commit is contained in:
Roger Dingledine 2006-04-16 22:34:00 +00:00
parent ec3d47106e
commit 07ff409876

View File

@ -1317,7 +1317,7 @@ dumpstats(int severity)
if (!connection_is_listener(conn)) {
log(severity,LD_GENERAL,
"Conn %d is to '%s:%d'.", i,
escaped_safe_str(conn->address), conn->port);
safe_str(conn->address), conn->port);
log(severity,LD_GENERAL,
"Conn %d: %d bytes waiting on inbuf (len %d, last read %d secs ago)",
i,