Modified: trunk/launchd/src/launchd_core_logic.c (23536 => 23537)
--- 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)) {