Salome HOME
[bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environm... V9_10_0b1
authorKonstantin LEONTEV <konstantin.leontev@opencascade.com>
Tue, 15 Nov 2022 06:09:02 +0000 (09:09 +0300)
committerKonstantin LEONTEV <konstantin.leontev@opencascade.com>
Tue, 15 Nov 2022 06:09:02 +0000 (09:09 +0300)
src/PVGUI/PVGUI_Module.cxx

index 5f006158ebaf09ef1d5c40956e35ace19df467a9..7ab53ad52e6f7e5d0ec7584af3010ae88743f484 100644 (file)
@@ -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) {