diff --git a/src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx b/src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx index 858a77dc4..b35007cf4 100644 --- a/src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx +++ b/src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx @@ -17,7 +17,6 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // Authors : Guillaume Boulant (EDF) - 01/03/2011 - #ifdef WIN32 #include #include @@ -612,7 +611,7 @@ extern "C" const char *instanceName, const char *interfaceName) { - MESSAGE("PortableServer::ObjectId * MeshJobManagerEngine_factory()"); + LOG("PortableServer::ObjectId * MeshJobManagerEngine_factory()"); MeshJobManager_i * myEngine = new MeshJobManager_i(orb, poa, contId, instanceName, interfaceName); return myEngine->getId() ; }