Improve use of logging
This commit is contained in:
@@ -446,7 +446,7 @@ void Q3BSPFileImporter::createMaterials(const Q3BSP::Q3BSPModel *pModel, aiScene
|
||||
normalizePathName(tmp, texName);
|
||||
|
||||
if (!importTextureFromArchive(pModel, pArchive, pScene, pMatHelper, textureId)) {
|
||||
ASSIMP_LOG_ERROR("Cannot import texture from archive " + texName);
|
||||
ASSIMP_LOG_ERROR("Cannot import texture from archive ", texName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user