Add usage of log macros, next files.

This commit is contained in:
kimkulling
2018-04-19 17:21:21 +02:00
parent 066349f36b
commit b6f29bf54f
35 changed files with 128 additions and 129 deletions

View File

@@ -346,7 +346,7 @@ void CatmullClarkSubdivider::InternSubdivide (
ai_snprintf(tmp, 512, "Catmull-Clark Subdivider: got %u bad edges touching only one face (totally %u edges). ",
bad_cnt,static_cast<unsigned int>(edges.size()));
DefaultLogger::get()->debug(tmp);
DASSIMP_LOG_DEBUG(tmp);
}}
// ---------------------------------------------------------------------
@@ -404,7 +404,7 @@ void CatmullClarkSubdivider::InternSubdivide (
}
ai_assert(haveit);
if (!haveit) {
DefaultLogger::get()->debug("Catmull-Clark Subdivider: Index not used");
ASSIMP_LOG_DEBUG("Catmull-Clark Subdivider: Index not used");
}
break;
}