diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-12-18 12:39:03 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-12-18 13:26:36 -0800 |
commit | b0fc18c37e0d30d9941109382df4b2b44f0f0ff8 (patch) | |
tree | 0ea76767b653d2238c039de678fc5929b3a862e5 /src/or/connection_edge.c | |
parent | ccaeef22e168af34e9b6a63d65ce17e58dd702e2 (diff) | |
download | tor-b0fc18c37e0d30d9941109382df4b2b44f0f0ff8.tar.gz tor-b0fc18c37e0d30d9941109382df4b2b44f0f0ff8.zip |
Changes from Nick's code review 'part 1'
I think this is actually his third code review of this branch so far.
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 570ffe4941..fa91c3a1ba 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2189,7 +2189,7 @@ connection_ap_handshake_socks_reply(entry_connection_t *conn, char *reply, // DNS remaps can trigger this. So can failed hidden service // lookups. log_info(LD_BUG, - "No origin circuit for successful SOCKS stream %ld. Reason: " + "No origin circuit for successful SOCKS stream %lu. Reason: " "%d", ENTRY_TO_CONN(conn)->global_identifier, endreason); } else { TO_ORIGIN_CIRCUIT(conn->edge_.on_circuit)->path_state |