debug error
This commit is contained in:
@@ -244,6 +244,8 @@ void TimeoutSerial::timeoutExpired(const boost::system::error_code& error)
|
||||
void TimeoutSerial::readCompleted(const boost::system::error_code& error,
|
||||
const size_t bytesTransferred)
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(debug) << "Error = " << error.value() << " Message = " << error.message();
|
||||
|
||||
if(!error)
|
||||
{
|
||||
result=resultSuccess;
|
||||
|
||||
Reference in New Issue
Block a user