[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12618: r12617 broke the compile (tor/trunk/src/or)
Author: arma
Date: 2007-11-30 18:32:25 -0500 (Fri, 30 Nov 2007)
New Revision: 12618
Modified:
tor/trunk/src/or/policies.c
Log:
r12617 broke the compile
Modified: tor/trunk/src/or/policies.c
===================================================================
--- tor/trunk/src/or/policies.c 2007-11-30 20:09:09 UTC (rev 12617)
+++ tor/trunk/src/or/policies.c 2007-11-30 23:32:25 UTC (rev 12618)
@@ -523,7 +523,7 @@
policy_write_item(p1, sizeof(p1), ap);
policy_write_item(p2, sizeof(p2), tmp);
log(LOG_DEBUG, LD_CONFIG, "Removing exit policy %s. It is already "
- "covered by %s.", ap, tmp);
+ "covered by %s.", p1, p2);
victim = ap;
ap = ap->next;