From 824e3605cf8644295dc837a17f329c2e2bd619a3 Mon Sep 17 00:00:00 2001 From: ltoetsch Date: Thu, 8 Mar 2001 15:25:38 +0000 Subject: [lcd4linux @ 2001-03-08 15:25:38 by ltoetsch] improved exec git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@103 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lcd4linux.c') diff --git a/lcd4linux.c b/lcd4linux.c index 3bc0144..c60a04e 100644 --- a/lcd4linux.c +++ b/lcd4linux.c @@ -1,4 +1,4 @@ -/* $Id: lcd4linux.c,v 1.29 2001/02/14 07:40:16 reinelt Exp $ +/* $Id: lcd4linux.c,v 1.30 2001/03/08 15:25:38 ltoetsch Exp $ * * LCD4Linux * @@ -20,6 +20,9 @@ * * * $Log: lcd4linux.c,v $ + * Revision 1.30 2001/03/08 15:25:38 ltoetsch + * improved exec + * * Revision 1.29 2001/02/14 07:40:16 reinelt * * first (incomplete) GPO implementation @@ -182,7 +185,7 @@ char *release="LCD4Linux " VERSION " (c) 2000 Michael Reinelt char **my_argv; char *output=NULL; int got_signal=0; -int debugging=1; +int debugging=0; int foreground=0; int tick, tack; @@ -343,7 +346,7 @@ int main (int argc, char *argv[]) } if (foreground) { - debug ("LCD4Linux " VERSION); + info ("Version " VERSION " starting"); } else { info ("Version " VERSION " starting"); if (my_argv[0]==NULL || my_argv[0][0]!='/') { -- cgit v1.2.3