diff --git a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp index 5e6aca89..09055ed2 100644 --- a/source/Irrlicht/CB3DJSONMeshFileLoader.cpp +++ b/source/Irrlicht/CB3DJSONMeshFileLoader.cpp @@ -320,7 +320,7 @@ std::tuple CB3DJSONMeshFileLoader::load() { * Automatically cleans and returns the nullptr so it can be inlined or chained. */ CSkinnedMesh* CB3DJSONMeshFileLoader::cleanUp(std::string failure) { - os::Printer::log(failure.c_str(), ELL_ERROR); + os::Printer::log(failure.c_str(), ELL_WARNING); if (AnimatedMesh != nullptr) { AnimatedMesh->drop(); AnimatedMesh = 0;