소스 검색

give a nicer warning message when windows people try to
configure syslog in their torrc


svn:r8841

Roger Dingledine 19 년 전
부모
커밋
e473ca2427
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

@@ -3078,7 +3078,7 @@ options_init_logs(or_options_t *options, int validate_only)
       if (!validate_only)
         add_syslog_log(levelMin, levelMax);
 #else
-      log_warn(LD_CONFIG, "Syslog is not supported in this compilation.");
+      log_warn(LD_CONFIG, "Syslog is not supported on this system. Sorry.");
 #endif
     } else {
       log_warn(LD_CONFIG, "Unrecognized log type %s",