Status debug

This commit is contained in:
2021-09-01 16:06:32 +02:00
parent 584c398d5b
commit c48ea492c4

View File

@@ -91,6 +91,8 @@ void YmodemFileReceive::readTimeOut(const boost::system::error_code& e)
receive();
BOOST_LOG_TRIVIAL(debug) << "Status: " << status;
if((status == StatusEstablish) || (status == StatusTransmit))
{
BOOST_LOG_TRIVIAL(debug) << "Set read timer ";