X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsptps_test.c;h=0452b25cc918ae223836e1803896bf2eaeb1b7ac;hb=1af8ca58b86f5956d6acd9f63083a84666647ef0;hp=4ff701efc8a76f33faf5c846ce292c10449665c4;hpb=1c475ecb575367a6b3f9328b0f643ad636155341;p=tinc diff --git a/src/sptps_test.c b/src/sptps_test.c index 4ff701ef..0452b25c 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -78,6 +78,7 @@ static bool send_data(void *handle, uint8_t type, const void *data, size_t len) static bool receive_record(void *handle, uint8_t type, const void *data, uint16_t len) { (void)handle; + if(verbose) { fprintf(stderr, "Received type %d record of %u bytes:\n", type, len); }