Changeset 23454
- Timestamp:
- 12/06/07 13:10:26 (12 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
r23446 r23454 5760 5760 if (machservice_job(ms) != j) { 5761 5761 if (last_warned_pid != ldc.pid) { 5762 job_log(j, LOG_NOTICE, "Check-in of Mach service failed. PID %d is not privileged: %s", 5763 ldc.pid, servicename); 5762 job_log(j, LOG_NOTICE, "Check-in of Mach service failed. The service \"%s\" is owned by: %s", servicename, j->label); 5764 5763 last_warned_pid = ldc.pid; 5765 5764 }

