No need to distinguish formatting log functions.
This commit is contained in:
@@ -305,7 +305,7 @@ void Discreet3DSImporter::ParseEditorChunk() {
|
||||
// print the version number
|
||||
char buff[10];
|
||||
ASSIMP_itoa10(buff, stream->GetI2());
|
||||
ASSIMP_LOG_INFO_F("3DS file format version: ", buff);
|
||||
ASSIMP_LOG_INFO("3DS file format version: ", buff);
|
||||
} break;
|
||||
};
|
||||
ASSIMP_3DS_END_CHUNK();
|
||||
@@ -934,7 +934,7 @@ void Discreet3DSImporter::ParseFaceChunk() {
|
||||
}
|
||||
}
|
||||
if (0xcdcdcdcd == idx) {
|
||||
ASSIMP_LOG_ERROR_F("3DS: Unknown material: ", sz);
|
||||
ASSIMP_LOG_ERROR("3DS: Unknown material: ", sz);
|
||||
}
|
||||
|
||||
// Now continue and read all material indices
|
||||
|
||||
Reference in New Issue
Block a user