diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-08 04:10:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-08 04:10:59 +0000 |
commit | 8b80362c76861b046105189a6d2613821b690906 (patch) | |
tree | 069baca19c1868ecf9de56c1ce9af2287c0c8901 /src/or/connection_or.c | |
parent | 99df8ea487dd62fc361507b96f49204be4c9e5de (diff) | |
download | tor-8b80362c76861b046105189a6d2613821b690906.tar tor-8b80362c76861b046105189a6d2613821b690906.tar.gz |
0.0.2pre11, new license
svn:r564
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 663f30192..c47334099 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -188,7 +188,7 @@ static int connection_tls_finish_handshake(connection_t *conn) { if(tor_tls_peer_has_cert(conn->tls)) { /* it's another OR */ pk = tor_tls_verify(conn->tls); if(!pk) { - log_fn(LOG_WARNING,"Other side (%s:%p) has a cert but it's invalid. Closing.", + log_fn(LOG_WARNING,"Other side (%s:%d) has a cert but it's invalid. Closing.", conn->address, conn->port); return -1; } |