Changeset 23467
- Timestamp:
- 12/13/07 12:35:48 (12 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23466 r23467 5738 5738 struct machservice *ms; 5739 5739 struct ldcred ldc; 5740 job_t jo; 5740 5741 5741 5742 if (!launchd_assumes(j != NULL)) { … … 5751 5752 return BOOTSTRAP_UNKNOWN_SERVICE; 5752 5753 } 5753 if (machservice_job(ms) != j) { 5754 5755 if ((jo = machservice_job(ms)) != j) { 5754 5756 if (last_warned_pid != ldc.pid) { 5755 job_log(j, LOG_NOTICE, "Check-in of Mach service failed. The service \"%s\" is owned by: %s", servicename, j ->label);5757 job_log(j, LOG_NOTICE, "Check-in of Mach service failed. The service \"%s\" is owned by: %s", servicename, jo->label); 5756 5758 last_warned_pid = ldc.pid; 5757 5759 }

