소스 검색

LOG(L_INFO, "SIGCHLD received...") changed to DBG(..) because otherwise log
is full of these messages when exec is used.

Jan Janak 21 년 전
부모
커밋
3eabab21d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -700,7 +700,7 @@ static void sig_usr(int signo)
 					break;
 			case SIGCHLD:
 #ifndef 			STOP_JIRIS_CHANGES
-					LOG(L_INFO, "INFO: SIGCHLD received: "
+					DBG("SIGCHLD received: "
 						"we do not worry about grand-children\n");
 #else
 					exit(0); /* terminate if one child died */