[or-cvs] r16818: {tor} tweak karsten's patch (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Tue Sep 9 21:09:15 UTC 2008
Author: arma
Date: 2008-09-09 17:09:15 -0400 (Tue, 09 Sep 2008)
New Revision: 16818
Modified:
tor/trunk/src/or/directory.c
Log:
tweak karsten's patch
Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c 2008-09-09 21:08:02 UTC (rev 16817)
+++ tor/trunk/src/or/directory.c 2008-09-09 21:09:15 UTC (rev 16818)
@@ -465,8 +465,8 @@
tor_addr_t addr;
router = router_get_by_digest(status->identity_digest);
if (!router && anonymized_connection) {
- log_info(LD_DIR, "Not sending anonymized request to directory; we "
- "don't have its router descriptor.");
+ log_info(LD_DIR, "Not sending anonymized request to directory '%s'; we "
+ "don't have its router descriptor.", status->nickname);
return;
} else if (router) {
address = router->address;
More information about the tor-commits
mailing list