diff options
Diffstat (limited to 'src/vcl/vcl_test.h')
-rw-r--r-- | src/vcl/vcl_test.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vcl/vcl_test.h b/src/vcl/vcl_test.h index 0f3bd2d3a40..bdfb89c08a2 100644 --- a/src/vcl/vcl_test.h +++ b/src/vcl/vcl_test.h @@ -102,11 +102,6 @@ vcl_test_write (int fd, uint8_t *buf, uint32_t nbytes, nbytes_left = nbytes_left - rv; if (stats) stats->tx_incomp++; - if (verbose) - { - printf ("SOCK_TEST: WARNING: bytes written (%d) " - "!= bytes to write (%d)!\n", tx_bytes, nbytes); - } } } while (tx_bytes != nbytes); |