--- libaitcli/src/aitcli.c 2010/06/04 11:25:45 1.1.1.1.2.16 +++ libaitcli/src/aitcli.c 2010/06/04 11:30:31 1.1.1.1.2.17 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.c,v 1.1.1.1.2.16 2010/06/04 11:25:45 misho Exp $ +* $Id: aitcli.c,v 1.1.1.1.2.17 2010/06/04 11:30:31 misho Exp $ * *************************************************************************/ #include "global.h" @@ -33,7 +33,6 @@ static void cli_Null_Prep_Term(int meta) { } -#include static int cli_Net_rl_GetCh(FILE *s) { int ch = rl_getc(s); @@ -51,7 +50,6 @@ static int cli_Net_rl_GetCh(FILE *s) return ch; } - syslog(LOG_CRIT, "+++++ getc=%0x\n", ch); cli_pending_special_char = 0; fputc(ch, rl_outstream); fflush(rl_outstream); @@ -371,7 +369,6 @@ int cliNetExec(cliCommands_t *cmdList, const char *csP break; } } -syslog(LOG_CRIT, "alen=%d ret=%d b0=%x b1=%x b2=%x\n", alen, ret, buf[0], buf[1], buf[2]); if ((ret = write(pty, buf, ret)) == -1) { LOGERR; @@ -388,7 +385,6 @@ syslog(LOG_CRIT, "alen=%d ret=%d b0=%x b1=%x b2=%x\n", LOGERR; break; } -syslog(LOG_CRIT, "ret=%d b0=%x b1=%x b2=%x\n", ret, buf[0], buf[1], buf[2]); attrlen = 0; if (1 == flg && alen) { telnet_SetCmd(&Attr[attrlen++], DONT, TELOPT_SGA);