hal/hald hald.c,1.28,1.29
David Zeuthen
david at freedesktop.org
Thu Feb 24 19:49:08 PST 2005
Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv21802/hald
Modified Files:
hald.c
Log Message:
2005-02-24 David Zeuthen <davidz at redhat.com>
* hald/hald.c (parent_wait_for_child): Fixup accidental message being
printed
Index: hald.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- hald.c 25 Feb 2005 03:32:48 -0000 1.28
+++ hald.c 25 Feb 2005 03:49:06 -0000 1.29
@@ -365,8 +365,6 @@
tv.tv_sec = 25;
tv.tv_usec = 0;
- fprintf (stderr, "start waiting\n");
-
retval = select (child_fd + 1, &rfds, NULL, &efds, &tv);
if (child_died) {
@@ -376,7 +374,7 @@
}
if (retval > 0) {
- /* means child wrote to socket or closed it */
+ /* means child wrote to socket or closed it; all good */
ret = 0;
goto out;
}
More information about the hal-commit
mailing list