[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] disambiguate some debug entries
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
dns.c cpuworker.c
Log Message:
disambiguate some debug entries
Index: dns.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/dns.c,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -p -d -r1.178 -r1.179
--- dns.c 14 Dec 2005 20:40:40 -0000 1.178
+++ dns.c 26 Dec 2005 22:42:22 -0000 1.179
@@ -889,7 +889,7 @@ spawn_dnsworker(void)
fd = fdarray[0]; /* We copy this out here, since dnsworker_main may free
* fdarray */
spawn_func(dnsworker_main, (void*)fdarray);
- debug(LD_EXIT,"just spawned a worker.");
+ debug(LD_EXIT,"just spawned a dns worker.");
#ifndef TOR_IS_MULTITHREADED
tor_close_socket(fdarray[1]); /* don't need the worker's side of the pipe */
tor_free(fdarray);
Index: cpuworker.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/cpuworker.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -p -d -r1.94 -r1.95
--- cpuworker.c 14 Dec 2005 20:40:40 -0000 1.94
+++ cpuworker.c 26 Dec 2005 22:42:22 -0000 1.95
@@ -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);