Salome HOME
[bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environm...
[samples/component.git] / src / TypesCheck / TypesCheck_Impl.cxx
index 3ffc7d22dc4bb12e30048759765dac636e1b742f..6a405446d44735effdd454b2a32871e152248dc3 100644 (file)
@@ -49,7 +49,7 @@ TypesCheck_Impl::TypesCheck_Impl( CORBA::ORB_ptr orb ,
   Engines_Component_i(orb, poa, contId, instanceName, interfaceName,1,withRegistry) {
   MESSAGE("TypesCheck_Impl::TypesCheck_Impl this " << hex << this << dec
           << "activate object instanceName("
-          << instanceName << ") interfaceName(" << interfaceName << ")" )
+          << instanceName << ") interfaceName(" << interfaceName << ")" );
   if ( kactivate ) {
     _thisObj = this ;
     _id = _poa->activate_object(_thisObj);