浏览代码

oops -- that log should have been removed

svn:r4939
Nick Mathewson 20 年之前
父节点
当前提交
cc16fb7636
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/or/routerparse.c

+ 0 - 1
src/or/routerparse.c

@@ -1396,7 +1396,6 @@ networkstatus_parse_from_string(const char *s)
       smartlist_add(ns->entries, rs);
   }
 
-  log_fn(LOG_NOTICE, "Footer is <<%s>>", s);
   if (tokenize_string(s, NULL, tokens, NETSTATUS)) {
     log_fn(LOG_WARN, "Error tokenizing network-status footer.");
     goto err;