--- libaitio/src/sock.c 2013/11/25 18:50:51 1.10 +++ libaitio/src/sock.c 2013/12/03 18:58:22 1.11 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: sock.c,v 1.10 2013/11/25 18:50:51 misho Exp $ +* $Id: sock.c,v 1.11 2013/12/03 18:58:22 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -290,7 +290,9 @@ io_bridgeClient(sched_task_t *task) argv = array_To(args); array_Destroy(&args); +#if 0 printf("Console %s\n", cli->cli_name); +#endif rlen = execv(*argv, argv); _exit(rlen); break;