aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-05-30 05:29:03 +0000
committerRoger Dingledine <arma@torproject.org>2006-05-30 05:29:03 +0000
commit1e4923652b6f2f74cc2d73768db11322edb47f5a (patch)
treeb939869746bed8ab9d3a4a77bb15af7469cc4004
parentcf58781de13f1fc90d386aa967b72d6f5c801ced (diff)
downloadtor-1e4923652b6f2f74cc2d73768db11322edb47f5a.tar
tor-1e4923652b6f2f74cc2d73768db11322edb47f5a.tar.gz
simplify a log message
svn:r6512
-rw-r--r--src/or/circuitbuild.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 4f69d028e..2736e1db7 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -426,8 +426,7 @@ circuit_n_conn_done(connection_t *or_conn, int status)
circuit_mark_for_close(circ, END_CIRC_REASON_OR_IDENTITY);
continue;
}
- log_debug(LD_CIRC,
- "Found circ %d, sending create cell.", circ->n_circ_id);
+ log_debug(LD_CIRC, "Found circ, sending create cell.");
/* circuit_deliver_create_cell will set n_circ_id and add us to
* orconn_circuid_circuit_map, so we don't need to call
* set_circid_orconn here. */