From 853622ecddb08235d67def8d8af4c536ab00e8d0 Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 5 Sep 2016 18:20:17 +0300 Subject: [PATCH] Fix for '53560: TC8.1.0:HEXABLOCK' issue. --- src/Container/Container_i.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Container/Container_i.cxx b/src/Container/Container_i.cxx index 8b14ff9ac..68373b289 100644 --- a/src/Container/Container_i.cxx +++ b/src/Container/Container_i.cxx @@ -1049,10 +1049,10 @@ Engines_Container_i::createInstance(std::string genericRegisterName, if ( !Component_factory ) { - INFOS( "Can't resolve symbol: " + factory_name ); + MESSAGE( "Can't resolve symbol: " + factory_name ); #ifndef WIN32 reason=dlerror(); - INFOS(reason); + MESSAGE(reason); #endif return Engines::EngineComponent::_nil() ; } -- 2.39.2