INtroduce new log macros.
This commit is contained in:
@@ -776,10 +776,10 @@ namespace STEP {
|
||||
|
||||
// XXX is this really how the EXPRESS notation ([?:3],[1:3]) is intended?
|
||||
if (max_cnt && inp->GetSize() > max_cnt) {
|
||||
DefaultLogger::get()->warn("too many aggregate elements");
|
||||
ASSIMP_LOG_WARN("too many aggregate elements");
|
||||
}
|
||||
else if (inp->GetSize() < min_cnt) {
|
||||
DefaultLogger::get()->warn("too few aggregate elements");
|
||||
ASSIMP_LOG_WARN("too few aggregate elements");
|
||||
}
|
||||
|
||||
out.reserve(inp->GetSize());
|
||||
|
||||
Reference in New Issue
Block a user