use correct log macro.

pull/1918/head
Kim Kulling 2018-04-26 22:01:41 +02:00
parent 6a311210e7
commit b877b3e10e
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ void COBImporter::ReadPolH_Ascii(Scene& out, LineSplitter& splitter, const Chunk
for(unsigned int cur = 0; cur < cnt && ++splitter ;++cur) {
if (splitter.match_start("Hole")) {
ASSIMP_LOG_WARN_F( "Skipping unsupported `Hole` line" );
ASSIMP_LOG_WARN( "Skipping unsupported `Hole` line" );
continue;
}