mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 23:26:29 -04:00
Correct typo in debug message
This commit is contained in:
parent
83ab41c665
commit
a591c48302
@ -4433,7 +4433,7 @@ static int ssl_load_buffered_message( mbedtls_ssl_context *ssl )
|
|||||||
{
|
{
|
||||||
MBEDTLS_SSL_DEBUG_MSG( 2, ( "Future message with sequence number %u %s buffered.",
|
MBEDTLS_SSL_DEBUG_MSG( 2, ( "Future message with sequence number %u %s buffered.",
|
||||||
hs->in_msg_seq + offset,
|
hs->in_msg_seq + offset,
|
||||||
hs_buf->is_complete ? "fully" : "partitially" ) );
|
hs_buf->is_complete ? "fully" : "partially" ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user