Browse Source

Remove spurious warn

Nick Mathewson 9 years ago
parent
commit
1a7dea9191
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/or/control.c

+ 0 - 1
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);