diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-01-11 04:04:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-01-11 04:04:42 +0000 |
commit | 8907391ad60629870a2602adc5a3d171f70f789b (patch) | |
tree | 72fa1e18545755e4760440bc65ed8e99e394bb69 /src/or/main.c | |
parent | 5c78c894717de19b045ff1c001321a300f97b5ad (diff) | |
download | tor-8907391ad60629870a2602adc5a3d171f70f789b.tar.gz tor-8907391ad60629870a2602adc5a3d171f70f789b.zip |
Fix wide lines
svn:r5793
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c index f9d3421f36..a49ad5d2d2 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -487,8 +487,8 @@ conn_close_if_marked(int i) else severity = LOG_NOTICE; log_fn(severity, LD_NET, "Something wrong with your network connection? " - "We tried to write %d bytes to addr %s (fd %d, type %s, state %d) " - "but timed out. (Marked at %s:%d)", + "We tried to write %d bytes to addr %s (fd %d, type %s, state %d)" + " but timed out. (Marked at %s:%d)", (int)buf_datalen(conn->outbuf), safe_str(conn->address), conn->s, conn_type_to_string(conn->type), conn->state, |