diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-15 22:47:21 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-15 22:47:21 +0000 |
commit | d3746163017e8a727e55ca74c9fdb50ddcdf161c (patch) | |
tree | c560435de5950d32ba31c6d17c03539f0cd0182a /src/or/main.c | |
parent | c901e2c927e494b0e969d5020d5253c471dec8c4 (diff) | |
download | tor-d3746163017e8a727e55ca74c9fdb50ddcdf161c.tar tor-d3746163017e8a727e55ca74c9fdb50ddcdf161c.tar.gz |
clean up some minor typos and log confusions
svn:r9832
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index a2eaeb809..314f2bf5b 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -538,7 +538,7 @@ conn_close_if_marked(int i) /* XXXX Maybe allow this to happen a certain amount per hour; it usually * is meaningless. */ log_fn(severity, LD_NET, "We stalled too much while trying to write %d " - "bytes to addr %s. If this happens a lot, either " + "bytes to address %s. If this happens a lot, either " "something is wrong with your network connection, or " "something is wrong with theirs. " "(fd %d, type %s, state %d, marked at %s:%d).", |