Projects
Browse Source     Search     Timeline     Wiki

Changeset 23454

Show
Ignore:
Timestamp:
12/06/07 13:10:26 (12 months ago)
Author:
zarzycki@…
Message:

Better logging.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_core_logic.c

    r23446 r23454  
    57605760        if (machservice_job(ms) != j) { 
    57615761                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); 
    57645763                        last_warned_pid = ldc.pid; 
    57655764                }