浏览代码

and another overly common log entry

svn:r5417
Roger Dingledine 20 年之前
父节点
当前提交
26d8c3498c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/or/connection.c

+ 2 - 2
src/or/connection.c

@@ -889,8 +889,8 @@ retry_listeners(int type, config_line_t *cfg,
       }
     } else {
       /* It's configured; we don't need to launch it. */
-      debug(LD_NET, "Already have %s on %s:%d",
-             conn_type_to_string(type), conn->address, conn->port);
+//      debug(LD_NET, "Already have %s on %s:%d",
+//             conn_type_to_string(type), conn->address, conn->port);
       smartlist_remove(launch, line);
       if (free_launch_elts)
         config_free_lines(line);