diff options
author | Roger Dingledine <arma@torproject.org> | 2008-04-16 00:12:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-04-16 00:12:44 +0000 |
commit | 5e299b5e013ef9608810d4cc6e4ff63d8928f5f4 (patch) | |
tree | cfd7888a1bd61b2b1e1c1df98ca3e1d0b2da2d26 /src/or/connection.c | |
parent | 2b4ff1718f846b438229ea8419b3b5e8b0b192a5 (diff) | |
download | tor-5e299b5e013ef9608810d4cc6e4ff63d8928f5f4.tar.gz tor-5e299b5e013ef9608810d4cc6e4ff63d8928f5f4.zip |
minor fixes that have been accumulating
svn:r14378
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index a8e4f057e5..6bd4f3304e 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1968,7 +1968,7 @@ connection_read_to_buf(connection_t *conn, int *max_to_read) case TOR_TLS_CLOSE: case TOR_TLS_ERROR_IO: log_debug(LD_NET,"TLS connection closed %son read. Closing. " - "(Nickname %s, address %s", + "(Nickname %s, address %s)", result == TOR_TLS_CLOSE ? "cleanly " : "", or_conn->nickname ? or_conn->nickname : "not set", conn->address); |