소스 검색

downgrade the 'caught sigpipe' notice.
we're going to pretend like all of these are fine.


svn:r4301

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

+ 1 - 1
src/or/main.c

@@ -1024,7 +1024,7 @@ static void signal_callback(int fd, short events, void *arg)
       break;
 #ifdef SIGPIPE
     case SIGPIPE:
-      log(LOG_NOTICE,"Caught sigpipe. Ignoring.");
+      log(LOG_DEBUG,"Caught sigpipe. Ignoring.");
       break;
 #endif
     case SIGUSR1: