summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/policies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/policies.c b/src/or/policies.c
index 4cb7047219..358f766bd5 100644
--- a/src/or/policies.c
+++ b/src/or/policies.c
@@ -523,7 +523,7 @@ exit_policy_remove_redundancies(addr_policy_t **dest)
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;