Changeset 23529
- Timestamp:
- 03/04/08 09:48:58 (9 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23526 r23529 4004 4004 job_log(j, LOG_DEBUG, "Exited while removal was pending."); 4005 4005 return true; 4006 } else if (j->mgr->shutting_down ) {4006 } else if (j->mgr->shutting_down && j->mgr->hopefully_first_cnt == 0) { 4007 4007 job_log(j, LOG_DEBUG, "Exited while shutdown in progress. Processes remaining: %lu/%lu", total_children, total_anon_children); 4008 4008 return true;

