Revision
23439
Author
zarzycki@apple.com
Date
2007-10-08 09:27:13 -0700 (Mon, 08 Oct 2007)

Log Message

Just in case...

Modified Paths

Diff

Modified: trunk/launchd/src/launchd_core_logic.c (23438 => 23439)


--- trunk/launchd/src/launchd_core_logic.c	2007-10-05 20:31:10 UTC (rev 23438)
+++ trunk/launchd/src/launchd_core_logic.c	2007-10-08 16:27:13 UTC (rev 23439)
@@ -4147,6 +4147,7 @@
 	 * when the last PID dies and not wait for the associated resources to reset.
 	 */
 	if (getpid() == 1 && jm->parentmgr == NULL && total_children == 0) {
+		jobmgr_log_stray_children(jm);
 		jobmgr_log(jm, LOG_DEBUG, "About to force a call to: reboot(%s)", reboot_flags_to_C_names(jm->reboot_flags));
 		runtime_closelog();
 		jobmgr_assumes(jm, reboot(jm->reboot_flags) != -1);