Salome HOME
Fix an error message
authoreap <eap@opencascade.com>
Wed, 31 Aug 2016 11:46:04 +0000 (14:46 +0300)
committereap <eap@opencascade.com>
Wed, 31 Aug 2016 11:46:04 +0000 (14:46 +0300)
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index 263490944ae5a33a6d703bc4b5175710e53129bc..00cd2e0d7269c8125ec10552d5f1d064b74013e4 100644 (file)
@@ -1373,7 +1373,7 @@ void BLSURFPlugin_BLSURF::set_param(cadsurf_session_t *css,
         ( "No valid license available" );
     else
       throw SALOME_Exception
-        ( SMESH_Comment("Unacceptable value of CADSURF parameter '")
+        ( SMESH_Comment("Either wrong name or unacceptable value of CADSURF parameter '")
           << option_name << "': " << option_value);
   }
 }