]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
*** empty log message ***
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 7 Jul 2001 17:44:57 +0000 (17:44 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 7 Jul 2001 17:44:57 +0000 (17:44 +0000)
subs.c

diff --git a/subs.c b/subs.c
index 7f99391413b5305f5fd40c2a75ba57923ad63f52..25ddc097b7dfbbeeaab53f9d07350bcc745500c3 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: subs.c,v 1.12 2001-07-04 16:16:15 thib Exp $ */
+ /* $Id: subs.c,v 1.13 2001-07-07 17:44:57 thib Exp $ */
 
 #include "global.h"
 #include "subs.h"
@@ -236,14 +236,14 @@ read_conf(void)
     }
 
     if (debug_opt) {
-       debug("fcronconf=%s", fcronconf);
-       debug("fcronallow=%s", fcronallow);
-       debug("fcrondeny=%s", fcrondeny);
-       debug("fcrontabs=%s", fcrontabs);
-       debug("pidfile=%s", pidfile);
-       debug("editor=%s", editor);
-       debug("shell=%s", shell);
-       debug("sendmail=%s", sendmail);
+       debug("  fcronconf=%s", fcronconf);
+       debug("  fcronallow=%s", fcronallow);
+       debug("  fcrondeny=%s", fcrondeny);
+       debug("  fcrontabs=%s", fcrontabs);
+       debug("  pidfile=%s", pidfile);
+       debug("  editor=%s", editor);
+       debug("  shell=%s", shell);
+       debug("  sendmail=%s", sendmail);
     }
 
     fclose(f);