Revision
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

Diff

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)) {