]> git.pld-linux.org Git - packages/heartbeat.git/blob - heartbeat-chld.patch
- unified
[packages/heartbeat.git] / heartbeat-chld.patch
1 --- heartbeat-1.99.5/lib/clplumbing/GSource.c.orig      2005-05-24 07:44:45.000000000 +0200
2 +++ heartbeat-1.99.5/lib/clplumbing/GSource.c   2005-06-14 15:08:46.000000000 +0200
3 @@ -988,6 +988,12 @@
4         if (pid < 0 && errno != ECHILD) {
5                 cl_perror("%s: wait3() failed"
6                 ,       __FUNCTION__);
7 +#if defined(DEBUG)
8 +               if (childcount < 1 && ANYDEBUG) {
9 +                       cl_log(LOG_DEBUG, "%s called without children to wait on"
10 +                       ,       __FUNCTION__);
11 +               }
12 +#endif
13         }
14         if (alarm_count) {
15                 cl_log(LOG_ERR
This page took 0.048018 seconds and 3 git commands to generate.