]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
*** empty log message ***
authorThibault Godouet <yo8192@users.noreply.github.com>
Wed, 21 Jun 2000 15:01:19 +0000 (15:01 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Wed, 21 Jun 2000 15:01:19 +0000 (15:01 +0000)
job.c

diff --git a/job.c b/job.c
index bb9afbd0f8ca5d677cd1b76571306463b0ee2468..0254cdcf3bde6ee09ec7812e32a0d881d810386f 100644 (file)
--- 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: