Projects
Browse Source     Search     Timeline     Wiki

Changeset 23560

Show
Ignore:
Timestamp:
03/19/08 14:25:58 (9 months ago)
Author:
zarzycki@…
Message:

Help developers help themselves.

Files:
1 modified

Legend:

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

    r23552 r23560  
    60256025                        return BOOTSTRAP_SERVICE_ACTIVE; 
    60266026                } 
     6027                if (ms->recv) { 
     6028                        job_log(j, LOG_ERR, "bootstrap_register() erroneous called instead of bootstrap_check_in(). Mach service: %s", servicename); 
     6029                        return BOOTSTRAP_NOT_PRIVILEGED; 
     6030                } 
    60276031                job_checkin(j); 
    60286032                machservice_delete(j, ms, false);