diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-07 01:41:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-07 01:41:17 +0000 |
commit | ba339b8a4d1807c11cb9f654fac09a53b3d86f9f (patch) | |
tree | a025ab15c5b66e82340898fffd3eb03f773bab5f /src | |
parent | 654b61a2e8933ffcc11b94d9eb61d003bdf38700 (diff) | |
download | tor-ba339b8a4d1807c11cb9f654fac09a53b3d86f9f.tar tor-ba339b8a4d1807c11cb9f654fac09a53b3d86f9f.tar.gz |
a more correct log message
svn:r5746
Diffstat (limited to 'src')
-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 90b8bea59..935f35128 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? " - "Conn (addr %s, fd %d, type %s, state %d) tried to write %d " - "bytes 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)", safe_str(conn->address), conn->s, conn_type_to_string(conn->type), conn->state, (int)buf_datalen(conn->outbuf), conn->marked_for_close_file, |