Projects
Browse Source     Search     Timeline     Wiki

Changeset 23435

Show
Ignore:
Timestamp:
10/02/07 13:48:50 (14 months ago)
Author:
zarzycki@…
Message:

We meant to use 'jr' and not 'j' for this call.

Files:
1 modified

Legend:

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

    r23433 r23435  
    64556455        } 
    64566456 
    6457         job_log(j, LOG_INFO, "Spawned"); 
     6457        job_log(jr, LOG_DEBUG, "Spawned by PID %u: %s", j->p, j->label); 
    64586458 
    64596459        *child_pid = jr->p;