소스 검색

Add an explanatory comment

svn:r4222
Nick Mathewson 20 년 전
부모
커밋
9bc6e3aa6c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/or/config.c

+ 3 - 0
src/or/config.c

@@ -285,6 +285,9 @@ options_act(void) {
   }
   if (!libevent_initialized) {
     configure_libevent_logging();
+    /* If the kernel complains that some method (say, epoll) doesn't
+     * exist, we don't care about it, since libevent will cope.
+     */
     suppress_libevent_log_msg("Function not implemented");
     event_init();
     suppress_libevent_log_msg(NULL);