mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
clean up some minor typos and log confusions
svn:r9832
This commit is contained in:
parent
c901e2c927
commit
d374616301
@ -507,7 +507,7 @@ tor_socketpair(int family, int type, int protocol, int fd[2])
|
||||
r = socketpair(family, type, protocol, fd);
|
||||
return r < 0 ? -errno : r;
|
||||
#elif defined(USE_BSOCKETS)
|
||||
return bsockepair(family, type, protocol, fd);
|
||||
return bsocketpair(family, type, protocol, fd);
|
||||
#else
|
||||
/* This socketpair does not work when localhost is down. So
|
||||
* it's really not the same thing at all. But it's close enough
|
||||
|
@ -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).",
|
||||
|
Loading…
Reference in New Issue
Block a user