Projects
Browse Source     Search     Timeline     Wiki

Changeset 23537

Show
Ignore:
Timestamp:
2008-03-05 18:32:05 (7 months ago)
Author:
zarzycki@…
Message:

A small nagging reminder.

Files:
1 modified

Legend:

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

    r23535 r23537  
    59235923 
    59245924                job_checkin(j); 
     5925 
     5926                if (!(j->anonymous || j->legacy_LS_job || j->legacy_mach_job)) { 
     5927                        job_log(j, LOG_NOTICE, "Please add the following service to the configuration file for this job: %s", servicename); 
     5928                } 
    59255929        } 
    59265930