From: thib Date: Sun, 8 Oct 2000 10:09:50 +0000 (+0000) Subject: removed the \n of the message "fcron started" X-Git-Tag: ver1564~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82ea668330eb29328c78f6a586f3c5f33abc5cc6;p=fcron removed the \n of the message "fcron started" --- diff --git a/fcron.c b/fcron.c index d3242d7..e584846 100644 --- a/fcron.c +++ b/fcron.c @@ -21,11 +21,11 @@ * `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);