mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Don't break debug messages
This commit is contained in:
parent
8149321fed
commit
df4180a235
3 changed files with 53 additions and 54 deletions
|
|
@ -318,9 +318,8 @@ static int ctx_buffer_flush( ctx_buffer *buf )
|
|||
{
|
||||
int ret;
|
||||
|
||||
mbedtls_printf( " %05lu flush %s: %u bytes, %lu datagrams, "
|
||||
"last %ld ms\n", ellapsed_time(),
|
||||
buf->description, buf->len, buf->num_datagrams,
|
||||
mbedtls_printf( " %05lu flush %s: %u bytes, %lu datagrams, last %ld ms\n",
|
||||
ellapsed_time(), buf->description, buf->len, buf->num_datagrams,
|
||||
ellapsed_time() - buf->packet_lifetime );
|
||||
|
||||
ret = mbedtls_net_send( buf->ctx, buf->data, buf->len );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue