--- embedtools/src/cfexec.c 2017/10/08 22:28:26 1.5.20.3 +++ embedtools/src/cfexec.c 2017/10/08 22:31:25 1.5.20.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: cfexec.c,v 1.5.20.3 2017/10/08 22:28:26 misho Exp $ + * $Id: cfexec.c,v 1.5.20.4 2017/10/08 22:31:25 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -177,7 +177,7 @@ s_lck(const char *reason) char szStr[STRSIZ]; if (!access(szSLCK, F_OK)) { - printf("cfexec:: Service held lock ...\n"); + printf("cfexec already held service lock ...\n"); return 127; }