Browse Source

fix another bug of misusage of the log macros.

kimkulling 7 years ago
parent
commit
6a311210e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/COBLoader.cpp

+ 1 - 1
code/COBLoader.cpp

@@ -837,7 +837,7 @@ void COBImporter::ReadBitM_Ascii(Scene& /*out*/, LineSplitter& splitter, const C
 
     const unsigned int head = strtoul10((++splitter)[1]);
     if (head != sizeof(Bitmap::BitmapHeader)) {
-        ASSIMP_LOG_WARN_F("Unexpected ThumbNailHdrSize, skipping this chunk");
+        ASSIMP_LOG_WARN("Unexpected ThumbNailHdrSize, skipping this chunk");
         return;
     }