Salome HOME
Fix for NPAL14831 : removing some traces (again) in SMESH module.
[modules/smesh.git] / src / SMESH / SMESH_Mesh.cxx
index 8181e062bd6c01c532cdbe1e5fb9bf605d835a38..4cc5f79f3b8359f87aa81e7694be54508e641048 100644 (file)
@@ -87,7 +87,7 @@ SMESH_Mesh::SMESH_Mesh(int theLocalId,
                       SMESHDS_Document* theDocument):
   _groupId( 0 )
 {
-  INFOS("SMESH_Mesh::SMESH_Mesh(int localId)");
+  MESSAGE("SMESH_Mesh::SMESH_Mesh(int localId)");
   _id = theLocalId;
   _studyId = theStudyId;
   _gen = theGen;