|
@@ -43,7 +43,7 @@ static void bg_do_detach(pid_t p)
|
|
|
#ifdef HUB
|
|
#ifdef HUB
|
|
|
printf("Launched into the background (pid: %d)\n\n", p);
|
|
printf("Launched into the background (pid: %d)\n\n", p);
|
|
|
#else /* LEAF */
|
|
#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 */
|
|
#endif /* HUB */
|
|
|
|
|
|
|
|
#if HAVE_SETPGID
|
|
#if HAVE_SETPGID
|