diff options
author | David Goulet <dgoulet@ev0ke.net> | 2014-11-07 11:40:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-07 11:44:41 -0500 |
commit | 151f5f90b8a103a35dfbf62426257dc918df4816 (patch) | |
tree | 071162ba97f440b8407d9a11c459bf6e4e03accc /src/or/circuituse.c | |
parent | 5b1971c7f337371efbab17b88070a7e6f3a11cc8 (diff) | |
download | tor-151f5f90b8a103a35dfbf62426257dc918df4816.tar.gz tor-151f5f90b8a103a35dfbf62426257dc918df4816.zip |
Wrong format in log statement
Fixes bug 13701.
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 441a8fcbb5..10bc45f172 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -2324,7 +2324,7 @@ connection_ap_handshake_attach_circuit(entry_connection_t *conn) tor_assert(rendcirc); /* one is already established, attach */ log_info(LD_REND, - "rend joined circ %d already here. attaching. " + "rend joined circ %u already here. attaching. " "(stream %d sec old)", (unsigned)rendcirc->base_.n_circ_id, conn_age); /* Mark rendezvous circuits as 'newly dirty' every time you use |