Revision
23017
Author
zarzycki@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

Diff

Modified: trunk/launchd/src/launchd_core_logic.c (23016 => 23017)


--- 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);
 	}