diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-11 14:13:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-11 14:13:25 +0000 |
commit | 330abbb6c61a7a2eb39b5b921ff1c3a1a80beca0 (patch) | |
tree | 34e9c5db5eddc71d14db45d75b5622ce2e73e8e6 /src/or/connection_edge.c | |
parent | 59204840832482a128039f5fb6d18faccfb11207 (diff) | |
download | tor-330abbb6c61a7a2eb39b5b921ff1c3a1a80beca0.tar.gz tor-330abbb6c61a7a2eb39b5b921ff1c3a1a80beca0.zip |
logging patch from karsten, slightly modified to compile
svn:r11074
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 8e90d55b4a..9a02357c39 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2297,7 +2297,7 @@ connection_exit_begin_conn(cell_t *cell, circuit_t *circ) if (circ->purpose == CIRCUIT_PURPOSE_S_REND_JOINED) { origin_circuit_t *origin_circ = TO_ORIGIN_CIRCUIT(circ); - log_debug(LD_REND,"begin is for rendezvous. configuring stream."); + log_info(LD_REND,"begin is for rendezvous. configuring stream."); n_stream->_base.address = tor_strdup("(rendezvous)"); n_stream->_base.state = EXIT_CONN_STATE_CONNECTING; strlcpy(n_stream->rend_query, origin_circ->rend_query, |