Log debug

This commit is contained in:
Malcolm Tyrrell
2021-05-13 09:56:42 +01:00
parent ca698c3e49
commit 89584c167a
5 changed files with 28 additions and 28 deletions

View File

@@ -297,8 +297,8 @@ void STEP::ReadFile(DB& db,const EXPRESS::ConversionSchema& scheme,
}
if ( !DefaultLogger::isNullLogger()){
ASSIMP_LOG_DEBUG((Formatter::format(),"STEP: got ",map.size()," object records with ",
db.GetRefs().size()," inverse index entries"));
ASSIMP_LOG_DEBUG_F("STEP: got ",map.size()," object records with ",
db.GetRefs().size()," inverse index entries");
}
}