]> git.pld-linux.org Git - packages/heartbeat.git/blame - heartbeat-chld.patch
- missing lang code
[packages/heartbeat.git] / heartbeat-chld.patch
CommitLineData
063fd833
JB
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
063fd833
JB
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.116368 seconds and 4 git commands to generate.