Browse Source

Change in comment.

Malcolm Tyrrell 5 years ago
parent
commit
df2630d0e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/assimp/LineSplitter.h

+ 1 - 1
include/assimp/LineSplitter.h

@@ -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
 */