From f25864743368e7962bfffc0e57763b13157429e3 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Mon, 28 Sep 2009 15:08:32 +0200 Subject: Allow SafeLogging to exclude client related information --- src/or/control.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/or/control.c') diff --git a/src/or/control.c b/src/or/control.c index 009994302..101b1a58a 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1265,7 +1265,8 @@ handle_control_mapaddress(control_connection_t *conn, uint32_t len, "not of expected form 'foo=bar'.", line); smartlist_add(reply, ans); log_info(LD_CONTROL, "Skipping MapAddress '%s': wrong " - "number of items.", safe_str(line)); + "number of items.", + safe_str(line)); } SMARTLIST_FOREACH(elts, char *, cp, tor_free(cp)); smartlist_clear(elts); -- cgit v1.2.3