diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-07 14:14:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-07 14:14:20 -0500 |
commit | c8056dcbbb9b468fe4070eff4b55b63d109801c5 (patch) | |
tree | 6ca9a62e738ac35f751afdd0c8159858305a7838 /src/or/connection_or.c | |
parent | 3fa9151f2610fdad23df02b2b914881286b22480 (diff) | |
download | tor-c8056dcbbb9b468fe4070eff4b55b63d109801c5.tar.gz tor-c8056dcbbb9b468fe4070eff4b55b63d109801c5.zip |
Fix some wide lines
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 0a3ea7c34f..7ac4d1ee95 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -880,8 +880,8 @@ connection_or_group_set_badness(or_connection_t *head, int force) * and this one is open but not canonical. Mark it bad. */ log_info(LD_OR, "Marking OR conn to %s:%d as unsuitable for new circuits: " - "(fd "TOR_SOCKET_T_FORMAT", %d secs old). It is not canonical, and we have " - "another connection to that OR that is.", + "(fd "TOR_SOCKET_T_FORMAT", %d secs old). It is not " + "canonical, and we have another connection to that OR that is.", or_conn->base_.address, or_conn->base_.port, or_conn->base_.s, (int)(now - or_conn->base_.timestamp_created)); connection_or_mark_bad_for_new_circs(or_conn); |