From c96b679bbc345e03ba9c4b9b24f5df3ceb0f1e55 Mon Sep 17 00:00:00 2001 From: Konstantin LEONTEV Date: Tue, 15 Nov 2022 09:09:02 +0300 Subject: [PATCH] [bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environment variable --- src/PVGUI/PVGUI_Module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2