--- embedtools/src/pceng.c 2011/07/25 09:13:34 1.1.2.8 +++ embedtools/src/pceng.c 2011/10/24 13:41:48 1.1.2.10 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: pceng.c,v 1.1.2.8 2011/07/25 09:13:34 misho Exp $ + * $Id: pceng.c,v 1.1.2.10 2011/10/24 13:41:48 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -136,7 +136,7 @@ main(int argc, char **argv) if (LoadConfig(szConf, &cfg)) { printf("Error:: #%d - %s\n", cfg_GetErrno(), cfg_GetError()); ret = 1; - return 1; + goto end; } if (argc) { @@ -151,6 +151,7 @@ main(int argc, char **argv) ch = -1; } ret = LED((u_char) ledno, (u_char) ch); + printf("%s:: LED#%d=%d\n", (ch == -1) ? "Get" : "Set", ledno, ret); } goto end; }