summaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-12-14 06:03:46 +0000
committerRoger Dingledine <arma@torproject.org>2003-12-14 06:03:46 +0000
commit36ea39ec9caa47cd804887655947002eeab71a16 (patch)
treee8f630101654e0193e168243b106a1030bd29be4 /src/or/cpuworker.c
parent50e17d633bec55943322bd547003cf3625ce05e1 (diff)
downloadtor-36ea39ec9caa47cd804887655947002eeab71a16.tar.gz
tor-36ea39ec9caa47cd804887655947002eeab71a16.zip
on hup, close and rebind listener ports too (in case their config has changed)
svn:r926
Diffstat (limited to 'src/or/cpuworker.c')
-rw-r--r--src/or/cpuworker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/cpuworker.c b/src/or/cpuworker.c
index 2ade1ae2d0..c964115f90 100644
--- a/src/or/cpuworker.c
+++ b/src/or/cpuworker.c
@@ -58,7 +58,7 @@ int connection_cpu_process_inbuf(connection_t *conn) {
assert(conn && conn->type == CONN_TYPE_CPUWORKER);
if(conn->inbuf_reached_eof) {
- log_fn(LOG_WARN,"Read eof. Worker dying.");
+ log_fn(LOG_WARN,"Read eof. Worker has died.");
if(conn->state != CPUWORKER_STATE_IDLE) {
/* the circ associated with this cpuworker will have to wait until
* it gets culled in run_connection_housekeeping(), since we have