Add usage of log macros.
This commit is contained in:
@@ -85,7 +85,7 @@ void BaseProcess::ExecuteOnScene( Importer* pImp)
|
||||
|
||||
// extract error description
|
||||
pImp->Pimpl()->mErrorString = err.what();
|
||||
DefaultLogger::get()->error(pImp->Pimpl()->mErrorString);
|
||||
ASSIMP_LOG_ERROR(pImp->Pimpl()->mErrorString);
|
||||
|
||||
// and kill the partially imported data
|
||||
delete pImp->Pimpl()->mScene;
|
||||
|
||||
Reference in New Issue
Block a user