Revision
23940
Author
dsorresso@apple.com
Date
2009-10-12 15:24:11 -0700 (Mon, 12 Oct 2009)

Log Message

Demoted debug messages.

Modified Paths

Diff

Modified: branches/PR-7178164/launchd/src/launchd_core_logic.c (23939 => 23940)


--- branches/PR-7178164/launchd/src/launchd_core_logic.c	2009-10-12 22:23:13 UTC (rev 23939)
+++ branches/PR-7178164/launchd/src/launchd_core_logic.c	2009-10-12 22:24:11 UTC (rev 23940)
@@ -8926,13 +8926,13 @@
 void
 jetsam_property_setup(launch_data_t obj, const char *key, job_t j)
 {
-	job_log(j, LOG_NOTICE | LOG_CONSOLE, "Setting Jetsam properties for job...");
+	job_log(j, LOG_DEBUG, "Setting Jetsam properties for job...");
 	if( strcasecmp(key, LAUNCH_JOBKEY_JETSAMPRIORITY) == 0 && launch_data_get_type(obj) == LAUNCH_DATA_INTEGER ) {
 		j->jetsam_priority = (typeof(j->jetsam_priority))launch_data_get_integer(obj);
-		job_log(j, LOG_NOTICE | LOG_CONSOLE, "Priority: %d", j->jetsam_priority);
+		job_log(j, LOG_DEBUG, "Priority: %d", j->jetsam_priority);
 	} else if( strcasecmp(key, LAUNCH_JOBKEY_JETSAMMEMORYLIMIT) == 0 && launch_data_get_type(obj) == LAUNCH_DATA_INTEGER ) {
 		j->jetsam_memlimit = (typeof(j->jetsam_memlimit))launch_data_get_integer(obj);
-		job_log(j, LOG_NOTICE | LOG_CONSOLE, "Memory limit: %d", j->jetsam_memlimit);
+		job_log(j, LOG_DEBUG, "Memory limit: %d", j->jetsam_memlimit);
 	} else if( strcasecmp(key, LAUNCH_KEY_JETSAMFRONTMOST) == 0 ) {
 		/* Ignore. We only recognize this key so we don't complain when we get SpringBoard's request. 
 		 * You can't set this in a plist.