From: Thibault Godouet Date: Sun, 8 Oct 2000 10:09:50 +0000 (+0000) Subject: removed the \n of the message "fcron started" X-Git-Tag: ver2_9_4~536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818f65d3cf4a78115780ed6d73134d9a40267377;p=thirdparty%2Ffcron.git 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);