瀏覽代碼

catch the last missing log line i hope

svn:r825
Roger Dingledine 21 年之前
父節點
當前提交
42b5ed754f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/circuit.c

+ 1 - 1
src/or/circuit.c

@@ -857,7 +857,7 @@ int circuit_extend(cell_t *cell, circuit_t *circ) {
      */
     struct in_addr in;
     in.s_addr = htonl(circ->n_addr);
-    log_fn(LOG_DEBUG,"Next router (%s:%d) not connected. Closing.", inet_ntoa(in), circ->n_port);
+    log_fn(LOG_WARN,"Next router (%s:%d) not connected. Closing.", inet_ntoa(in), circ->n_port);
     /* XXX later we should fail more gracefully here, like with a 'truncated' */
     return -1;
   }