Adapt to scn introduction, cleanup log messages

This commit is contained in:
Alexander Bock
2022-08-01 11:42:36 +02:00
parent 163ac4dcef
commit 8dc1763623
4 changed files with 4 additions and 3 deletions
@@ -98,7 +98,7 @@ bool BrickManager::readHeader() {
if (fileSize != calcFileSize) {
LERROR("Sizes don't match");
LERROR("Sizes do not match");
LERROR(fmt::format("Calculated file size: {}", calcFileSize));
LERROR(fmt::format("File size: {}", fileSize));
return false;