Debug balast
This commit is contained in:
@@ -146,7 +146,7 @@ Ymodem::Code YmodemFileReceive::callback(Status status, uint8_t *buff, uint32_t
|
||||
fileCount = 0;
|
||||
|
||||
|
||||
BOOST_LOG_TRIVIAL(debug) << "File open: " << filePath + fileName ;
|
||||
BOOST_LOG_TRIVIAL(debug) << "File open: " << filePath + fileName << " Size:" << fileSize << " Original: " << name;
|
||||
|
||||
file.open(filePath + fileName, ios::out | ios::binary);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user