Przeglądaj źródła

* Removed 'ppid' from startup

svn: 759
Bryan Drewery 22 lat temu
rodzic
commit
4dc0670fd3
1 zmienionych plików z 1 dodań i 1 usunięć
  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