Salome HOME
Fix bug 15194: Warning '..already exists.' on Create submesh, though it is done for...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_HypothesesUtils.cxx
index 9772724e688c36bb031a07942c405c0baa00f3d5..2a0d4e152105c8a34089a1165696e468f661025d 100644 (file)
@@ -324,7 +324,7 @@ namespace SMESH{
        if (!libHandle) {
          // report any error, if occured
          const char* anError = dlerror();
-         if(MYDEBUG) MESSAGE(anError);
+         MESSAGE(anError);
        }
        else {
          // get method, returning hypothesis creator
@@ -594,6 +594,7 @@ namespace SMESH{
         CASE2MESSAGE( MISSING_ALGO );
         CASE2MESSAGE( MISSING_HYPO );
         CASE2MESSAGE( NOT_CONFORM_MESH );
+        CASE2MESSAGE( BAD_PARAM_VALUE );
       default: continue;
       }
       // apply args to message: