From: Thibault Godouet Date: Wed, 21 Jun 2000 15:01:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~659 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610c4d2120e229a1b2658c3538f9bc7467ba0aa1;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/job.c b/job.c index bb9afbd..0254cdc 100644 --- a/job.c +++ b/job.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: job.c,v 1.14 2000-06-21 10:45:35 thib Exp $ */ + /* $Id: job.c,v 1.15 2000-06-21 15:01:19 thib Exp $ */ #include "fcron.h" @@ -82,6 +82,10 @@ run_job(CL *line) pid_t pid; + // + debug("run_job"); + // + /* prepare the job execution */ switch ( pid = fork() ) { case -1: