diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-25 07:00:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-25 07:00:04 +0000 |
commit | 3c86402cc2003b490d2586658f401346008016f9 (patch) | |
tree | 07fab4b08c859d77496c68542d40a2345ab96e9d /src/or/main.c | |
parent | 5bce102cd26d8f8a17eb82b6aab6e6c857d0267e (diff) | |
download | tor-3c86402cc2003b490d2586658f401346008016f9.tar.gz tor-3c86402cc2003b490d2586658f401346008016f9.zip |
petty cleanups
svn:r6421
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index bc81b3746b..347b0e5a5a 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1316,7 +1316,7 @@ dumpstats(int severity) (int)(now - conn->timestamp_created)); if (!connection_is_listener(conn)) { log(severity,LD_GENERAL, - "Conn %d is to '%s:%d'.", i, + "Conn %d is to %s:%d.", i, safe_str(conn->address), conn->port); log(severity,LD_GENERAL, "Conn %d: %d bytes waiting on inbuf (len %d, last read %d secs ago)", |