Skip to content

Commit

Permalink
Increased logging in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Qvist committed May 28, 2020
1 parent 01a6fc1 commit bb045bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tncattach.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void read_loop(void) {
}

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 {
Expand Down

0 comments on commit bb045bc

Please sign in to comment.