소스 검색

* Removed 'ppid' from startup

svn: 759
Bryan Drewery 22 년 전
부모
커밋
4dc0670fd3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/bg.c

+ 1 - 1
src/bg.c

@@ -43,7 +43,7 @@ static void bg_do_detach(pid_t p)
 #ifdef HUB
   printf("Launched into the background  (pid: %d)\n\n", p);
 #else /* LEAF */
-  printf("%s launched into the background  (pid: %d ppid: %d)\n\n", conf.bot->nick, p, getpid());
+  printf("%s launched into the background  (pid: %d)\n\n", conf.bot->nick, p);
 #endif /* HUB */
 
 #if HAVE_SETPGID