From: Konstantin LEONTEV Date: Tue, 15 Nov 2022 06:09:02 +0000 (+0300) Subject: [bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environm... X-Git-Tag: V9_10_0b1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c96b679bbc345e03ba9c4b9b24f5df3ceb0f1e55;p=modules%2Fparavis.git [bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environment variable --- diff --git a/src/PVGUI/PVGUI_Module.cxx b/src/PVGUI/PVGUI_Module.cxx index 5f006158..7ab53ad5 100644 --- a/src/PVGUI/PVGUI_Module.cxx +++ b/src/PVGUI/PVGUI_Module.cxx @@ -604,7 +604,7 @@ bool PVGUI_Module::activateModule( SUIT_Study* study ) */ bool PVGUI_Module::deactivateModule( SUIT_Study* study ) { - MESSAGE("PARAVIS deactivation ...") + MESSAGE("PARAVIS deactivation ..."); QMenu* aMenu = menuMgr()->findMenu( myRecentMenuId ); if(aMenu) {