Changed raw ifcico debug logging

This commit is contained in:
Michiel Broek 2003-01-13 21:49:47 +00:00
parent a799bca243
commit 2fe234005d
2 changed files with 5 additions and 4 deletions

View File

@ -46,6 +46,7 @@ v0.37.00 26-Dec-2002.
filtered.
When calling ITN nodes, the default port is now 23.
Call setup changed and uses now the nodelist lookup URL.
Changed raw ifcico debug logging.
mbout:
When a poll was removed, the outbound was not rescanned.

View File

@ -358,9 +358,9 @@ static int tcp_sblk(char *buf, int len, int typ)
{
Nopper();
if (typ == TCP_CMD)
Syslog('A', "tcp_sblk: cmd: %s", buf);
Syslog('a', "tcp_sblk: cmd: %s", buf);
else
Syslog('A', "tcp_sblk: data: %d bytes", len);
Syslog('a', "tcp_sblk: data: %d bytes", len);
PUTCHAR(0xc6);
PUTCHAR(typ);
@ -439,9 +439,9 @@ static int tcp_rblk(char *buf, int *len)
if (rx_type == TCP_CMD) {
buf[*len] = '\0';
Syslog('A', "tcp_rblk: cmd: %s", buf);
Syslog('a', "tcp_rblk: cmd: %s", buf);
} else
Syslog('A', "tcp_rblk: data: %d bytes", *len);
Syslog('a', "tcp_rblk: data: %d bytes", *len);
to:
if (tty_status)