aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-12-26 22:42:22 +0000
committerRoger Dingledine <arma@torproject.org>2005-12-26 22:42:22 +0000
commitb038dc9ecc6e81a1a0da75d02b156fbd77688232 (patch)
tree89d1eb8cddf7ea13fa7aca79359059150d911df0 /src/or/cpuworker.c
parentdf14fdfb8bd664bfe7eb64deeba720f8af78da16 (diff)
downloadtor-b038dc9ecc6e81a1a0da75d02b156fbd77688232.tar
tor-b038dc9ecc6e81a1a0da75d02b156fbd77688232.tar.gz
disambiguate some debug entries
svn:r5654
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 da1e7260f..de5b33a4d 100644
--- a/src/or/cpuworker.c
+++ b/src/or/cpuworker.c
@@ -329,7 +329,7 @@ spawn_cpuworker(void)
fd = fdarray[0];
spawn_func(cpuworker_main, (void*)fdarray);
- debug(LD_OR,"just spawned a worker.");
+ debug(LD_OR,"just spawned a cpu worker.");
#ifndef TOR_IS_MULTITHREADED
tor_close_socket(fdarray[1]); /* don't need the worker's side of the pipe */
tor_free(fdarray);