diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-13 09:25:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-13 09:25:06 +0000 |
commit | 440b7f0c70d22f45031d6b21c1bf9a4539af1455 (patch) | |
tree | 3b4bf8252674cf9d59090a68286addf0962f83e6 /src/or/main.c | |
parent | 028f4783f4365c8c0364589f03640ab1b7df6058 (diff) | |
download | tor-440b7f0c70d22f45031d6b21c1bf9a4539af1455.tar.gz tor-440b7f0c70d22f45031d6b21c1bf9a4539af1455.zip |
polish r9726-r9903
svn:r10182
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 14ca11d068..41156faac1 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -515,8 +515,8 @@ conn_write_callback(int fd, short events, void *_conn) if (!conn->marked_for_close) { /* this connection is broken. remove it. */ log_fn(LOG_WARN,LD_BUG, - "unhandled error on write for %s connection (fd %d); removing", - conn_type_to_string(conn->type), conn->s); + "unhandled error on write for %s connection (fd %d); removing", + conn_type_to_string(conn->type), conn->s); tor_fragile_assert(); if (CONN_IS_EDGE(conn)) { /* otherwise we cry wolf about duplicate close */ |