Revision: 23392 http://trac.macosforge.org/projects/launchd/changeset/23392 Author: zarzycki@apple.com Date: 2007-09-16 10:37:14 -0700 (Sun, 16 Sep 2007) Log Message: ----------- This happens enought that we shouldn't log it as a Bug any more... Modified Paths: -------------- trunk/launchd/src/launchd_core_logic.c Modified: trunk/launchd/src/launchd_core_logic.c =================================================================== --- trunk/launchd/src/launchd_core_logic.c 2007-09-15 00:22:39 UTC (rev 23391) +++ trunk/launchd/src/launchd_core_logic.c 2007-09-16 17:37:14 UTC (rev 23392) @@ -1007,7 +1007,8 @@ return NULL; } - if (!jobmgr_assumes(jm, len == sizeof(kp))) { + if (len != sizeof(kp)) { + jobmgr_log(jm, LOG_DEBUG, "Tried to create an anonymous job for nonexistent PID: %u", anonpid); return NULL; }