diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-26 22:42:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-26 22:42:22 +0000 |
commit | b038dc9ecc6e81a1a0da75d02b156fbd77688232 (patch) | |
tree | 89d1eb8cddf7ea13fa7aca79359059150d911df0 /src/or/dns.c | |
parent | df14fdfb8bd664bfe7eb64deeba720f8af78da16 (diff) | |
download | tor-b038dc9ecc6e81a1a0da75d02b156fbd77688232.tar.gz tor-b038dc9ecc6e81a1a0da75d02b156fbd77688232.zip |
disambiguate some debug entries
svn:r5654
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 6b0043cdc5..ce63d783bb 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -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); |