Projects
Browse Source     Search     Timeline     Wiki

Changeset 23392

Show
Ignore:
Timestamp:
09/16/07 10:37:14 (15 months ago)
Author:
zarzycki@…
Message:

This happens enought that we shouldn't log it as a Bug any more...

Files:
1 modified

Legend:

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

    r23391 r23392  
    10081008        } 
    10091009 
    1010         if (!jobmgr_assumes(jm, len == sizeof(kp))) { 
     1010        if (len != sizeof(kp)) { 
     1011                jobmgr_log(jm, LOG_DEBUG, "Tried to create an anonymous job for nonexistent PID: %u", anonpid); 
    10111012                return NULL; 
    10121013        }