소스 검색

that comma was important

svn:r4820
Roger Dingledine 20 년 전
부모
커밋
675f6b5f3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -852,7 +852,7 @@ second_elapsed_callback(int fd, short event, void *args)
           me->address, me->or_port);
     if (me && !check_whether_dirport_reachable())
       log(LOG_WARN,"Your server (%s:%d) has not managed to confirm that its DirPort is reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.",
-          me->address me->dir_port);
+          me->address, me->dir_port);
   }
 
   /* if more than 100s have elapsed, probably the clock jumped: doesn't count. */