aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-07 14:14:20 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-07 14:14:20 -0500
commitc8056dcbbb9b468fe4070eff4b55b63d109801c5 (patch)
tree6ca9a62e738ac35f751afdd0c8159858305a7838 /src/or/main.c
parent3fa9151f2610fdad23df02b2b914881286b22480 (diff)
downloadtor-c8056dcbbb9b468fe4070eff4b55b63d109801c5.tar
tor-c8056dcbbb9b468fe4070eff4b55b63d109801c5.tar.gz
Fix some wide lines
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 9972e5957..abb1e34fc 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -813,7 +813,8 @@ conn_close_if_marked(int i)
}
#endif
- log_debug(LD_NET,"Cleaning up connection (fd "TOR_SOCKET_T_FORMAT").",conn->s);
+ log_debug(LD_NET,"Cleaning up connection (fd "TOR_SOCKET_T_FORMAT").",
+ conn->s);
/* If the connection we are about to close was trying to connect to
a proxy server and failed, the client won't be able to use that