]> granicus.if.org Git - fcron/commitdiff
removed the \n of the message "fcron started"
authorthib <thib>
Sun, 8 Oct 2000 10:09:50 +0000 (10:09 +0000)
committerthib <thib>
Sun, 8 Oct 2000 10:09:50 +0000 (10:09 +0000)
fcron.c

diff --git a/fcron.c b/fcron.c
index d3242d72ec01be0d9cb065c721be41cad7c6c794..e584846e05fc781da4a99db98069964229809f11 100644 (file)
--- a/fcron.c
+++ b/fcron.c
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcron.c,v 1.31 2000-10-05 14:59:49 thib Exp $ */
+ /* $Id: fcron.c,v 1.32 2000-10-08 10:09:50 thib Exp $ */
 
 #include "fcron.h"
 
-char rcs_info[] = "$Id: fcron.c,v 1.31 2000-10-05 14:59:49 thib Exp $";
+char rcs_info[] = "$Id: fcron.c,v 1.32 2000-10-08 10:09:50 thib Exp $";
 
 void main_loop(void);
 void check_signal(void);
@@ -389,7 +389,7 @@ main(int argc, char **argv)
            break;
        default:
            /* parent */
-           printf("\n%s[%d] " VERSION_QUOTED " : started.\n\n",
+           printf("%s[%d] " VERSION_QUOTED " : started.\n",
                   prog_name, pid);
 
            exit(0);