mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Adapt to scn introduction, cleanup log messages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user