Change in comment.

pull/3232/head
Malcolm Tyrrell 2020-05-18 11:45:13 +01:00
parent 87a7662bee
commit df2630d0e8
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ for(LineSplitter splitter(stream);splitter;++splitter) {
if (strtol(splitter[2]) > 5) { .. }
}
ASSIMP_LOG_DEBUG_F("Current line is: ", splitter.get_index());
ASSIMP_LOG_VERBOSE_DEBUG_F("Current line is: ", splitter.get_index());
}
@endcode
*/