Debug balast

This commit is contained in:
2021-09-05 19:37:51 +02:00
parent 01ccd0c262
commit afc3a17d38
4 changed files with 6 additions and 4 deletions

View File

@@ -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);