[launchd-changes] [23017] trunk/launchd/src/launchd_core_logic.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 22 13:19:15 PST 2007


Revision: 23017
          http://trac.macosforge.org/projects/launchd/changeset/23017
Author:   zarzycki at apple.com
Date:     2007-01-22 13:19:15 -0800 (Mon, 22 Jan 2007)

Log Message:
-----------
Let's drop the parethesis. This function was, by the way, added as a part of:

<rdar://problem/4946102> Report processes with bogus UIDs

Which let us track down this:

<rdar://problem/4946119> lsregister runs with seemingly random UID

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

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2007-01-22 20:56:54 UTC (rev 23016)
+++ trunk/launchd/src/launchd_core_logic.c	2007-01-22 21:19:15 UTC (rev 23017)
@@ -1979,7 +1979,7 @@
 			continue;
 		}
 
-		job_log(j, LOG_ERR, "PID %u (\"%s\") has no account to back it! (real/effective/saved UIDs: %u/%u/%u)",
+		job_log(j, LOG_ERR, "PID %u \"%s\" has no account to back it! Real/effective/saved UIDs: %u/%u/%u",
 				kp[i].kp_proc.p_pid, kp[i].kp_proc.p_comm, i_uid, i_euid, i_svuid);
 	}
 

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


More information about the launchd-changes mailing list