[tor-commits] [tor/master] Remove spurious warn

nickm at torproject.org nickm at torproject.org
Wed Apr 15 15:11:05 UTC 2015


commit 1a7dea9191585853fe9b3e591a98620c994111cf
Author: Nick Mathewson <nickm at 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);





More information about the tor-commits mailing list