소스 검색

core: explictely present the main process in description

- along with existing attendant description
Daniel-Constantin Mierla 9 년 전
부모
커밋
b727c99b8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -1703,7 +1703,7 @@ int main_loop(void)
 		}
 #endif
 		/* main */
-		strncpy(pt[0].desc, "attendant", MAX_PT_DESC );
+		strncpy(pt[0].desc, "main process - attendant", MAX_PT_DESC );
 #ifdef USE_TCP
 		close_extra_socks(PROC_ATTENDANT, get_proc_no());
 		if(!tcp_disable){