From: Roger Dingledine Date: Wed, 7 Dec 2011 23:12:11 +0000 (-0500) Subject: clarify a debug line X-Git-Tag: tor-0.2.3.9-alpha~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=299034edf5e05c81d535fc7d0b2120b6a2810477;p=thirdparty%2Ftor.git clarify a debug line --- diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 7934a2e7ff..a9e5d22943 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -2524,7 +2524,8 @@ onionskin_answer(or_circuit_t *circ, uint8_t cell_type, const char *payload, append_cell_to_circuit_queue(TO_CIRCUIT(circ), circ->p_conn, &cell, CELL_DIRECTION_IN, 0); - log_debug(LD_CIRC,"Finished sending 'created' cell."); + log_debug(LD_CIRC,"Finished sending '%s' cell.", + circ->is_first_hop ? "created_fast" : "created"); if (!is_local_addr(&circ->p_conn->_base.addr) && !connection_or_nonopen_was_started_here(circ->p_conn)) {