Projects
Browse Source     Search     Timeline     Wiki

Changeset 23017

Show
Ignore:
Timestamp:
01/22/07 13:19:15 (23 months ago)
Author:
zarzycki@…
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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_core_logic.c

    r23016 r23017  
    19801980                } 
    19811981 
    1982                 job_log(j, LOG_ERR, "PID %u (\"%s\") has no account to back it! (real/effective/saved UIDs: %u/%u/%u)", 
     1982                job_log(j, LOG_ERR, "PID %u \"%s\" has no account to back it! Real/effective/saved UIDs: %u/%u/%u", 
    19831983                                kp[i].kp_proc.p_pid, kp[i].kp_proc.p_comm, i_uid, i_euid, i_svuid); 
    19841984        }