[tor/master] Remove spurious warn

15 Apr
2015
15 Apr
'15
3:11 p.m.
commit 1a7dea9191585853fe9b3e591a98620c994111cf Author: Nick Mathewson <nickm@torproject.org> Date: Wed Apr 15 11:04:17 2015 -0400 Remove spurious warn --- src/or/control.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/control.c b/src/or/control.c index a34eb0d..fde3990 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -2137,7 +2137,6 @@ getinfo_helper_events(control_connection_t *control_conn, } else if (cp[0] != '\0') { cp[1] = '\0'; } - log_warn(LD_CONFIG, "%s", descs); *answer = descs; routerinfo_free(r); extrainfo_free(e);
3737
Age (days ago)
3737
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org