mirror of
https://github.com/markqvist/tncattach.git
synced 2024-11-27 06:38:57 -05:00
Increased logging in verbose mode
This commit is contained in:
parent
01a6fc1cd8
commit
bb045bc6d4
@ -182,7 +182,7 @@ void read_loop(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int tnc_written = kiss_write_frame(attached_tnc, if_buffer, if_len);
|
int tnc_written = kiss_write_frame(attached_tnc, if_buffer, if_len);
|
||||||
if (verbose && !daemonize) printf("Got %d bytes from interface, wrote %d bytes to TNC\r\n", if_len, tnc_written);
|
if (verbose && !daemonize) printf("Got %d bytes from interface, wrote %d bytes (KISS-framed and escaped) to TNC\r\n", if_len, tnc_written);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user