Revision: 23537 http://trac.macosforge.org/projects/launchd/changeset/23537 Author: zarzycki@apple.com Date: 2008-03-05 18:32:05 -0800 (Wed, 05 Mar 2008) Log Message: ----------- A small nagging reminder. Modified Paths: -------------- trunk/launchd/src/launchd_core_logic.c Modified: trunk/launchd/src/launchd_core_logic.c =================================================================== --- trunk/launchd/src/launchd_core_logic.c 2008-03-06 02:31:32 UTC (rev 23536) +++ trunk/launchd/src/launchd_core_logic.c 2008-03-06 02:32:05 UTC (rev 23537) @@ -5922,6 +5922,10 @@ } job_checkin(j); + + if (!(j->anonymous || j->legacy_LS_job || j->legacy_mach_job)) { + job_log(j, LOG_NOTICE, "Please add the following service to the configuration file for this job: %s", servicename); + } } if (unlikely((jo = machservice_job(ms)) != j)) {