[launchd-changes] [23085] trunk/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 19 09:37:12 PST 2007


Revision: 23085
          http://trac.macosforge.org/projects/launchd/changeset/23085
Author:   zarzycki at apple.com
Date:     2007-02-19 09:37:12 -0800 (Mon, 19 Feb 2007)

Log Message:
-----------
<rdar://problem/4971146> launchctl: Missing key "LimitLoadToSessionType", defaulting value to "Aqua"

Modified Paths:
--------------
    trunk/launchd/src/launchctl.c

Modified: trunk/launchd/src/launchctl.c
===================================================================
--- trunk/launchd/src/launchctl.c	2007-02-19 07:32:51 UTC (rev 23084)
+++ trunk/launchd/src/launchctl.c	2007-02-19 17:37:12 UTC (rev 23085)
@@ -537,8 +537,6 @@
 	}
 
 	if (lus->session_type && !(tmpa = launch_data_dict_lookup(thejob, LAUNCH_JOBKEY_LIMITLOADTOSESSIONTYPE))) {
-		fprintf(stderr, "%s: Missing key \"%s\", defaulting value to \"Aqua\"\n", getprogname(),
-				LAUNCH_JOBKEY_LIMITLOADTOSESSIONTYPE);
 		tmpa = launch_data_new_string("Aqua");
 		launch_data_dict_insert(thejob, tmpa, LAUNCH_JOBKEY_LIMITLOADTOSESSIONTYPE);
 	}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070219/d89962c8/attachment.html


More information about the launchd-changes mailing list