Changeset 23527
- Timestamp:
- 03/04/08 09:48:00 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/SULeopard/launchd/src/launchd_core_logic.c
r23512 r23527 3835 3835 job_log(j, LOG_DEBUG, "Exited while removal was pending."); 3836 3836 return true; 3837 } else if (j->mgr->shutting_down ) {3837 } else if (j->mgr->shutting_down && j->mgr->hopefully_first_cnt == 0) { 3838 3838 job_log(j, LOG_DEBUG, "Exited while shutdown in progress. Processes remaining: %lu/%lu", total_children, total_anon_children); 3839 3839 return true;

