From: Christophe Bourcier Date: Tue, 7 Mar 2023 14:15:36 +0000 (+0100) Subject: Output message only if SALOME_VERBOSE is set X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a240db1ec72564078d767732183aaacf3d1a18ee;p=plugins%2Fghs3dplugin.git Output message only if SALOME_VERBOSE is set --- diff --git a/src/GHS3DPlugin/MG_Tetra_API.cxx b/src/GHS3DPlugin/MG_Tetra_API.cxx index 3e345b9..7e01ab8 100644 --- a/src/GHS3DPlugin/MG_Tetra_API.cxx +++ b/src/GHS3DPlugin/MG_Tetra_API.cxx @@ -663,7 +663,7 @@ bool MG_Tetra_API::LibData::Compute() return false; } else - std::cout << "SPATIAL_LICENSE unlock Tetra: " << ret << std::endl; + MESSAGE("SPATIAL_LICENSE unlock Tetra: " << ret); #endif if ( _tetraNodes.empty() )