]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Bug IPAL18631 REGRESS of logger - nothing apperared in log file in the IAPP-002 test...
authordmv <dmv@opencascade.com>
Mon, 7 Jul 2008 09:20:47 +0000 (09:20 +0000)
committerdmv <dmv@opencascade.com>
Mon, 7 Jul 2008 09:20:47 +0000 (09:20 +0000)
src/SUIT/SUIT_Session.cxx

index 6ea09564821da65837fd0d776feb0e9b6417708f..e5baca2e8d0323c7cb96187f47a0f20eedf93265 100755 (executable)
@@ -230,7 +230,7 @@ void SUIT_Session::onApplicationClosed( SUIT_Application* theApp )
 
   if ( myAppList.isEmpty() )
   {
-    printf( "Calling QApplication::exit() with exit code = %d\n", myExitStatus );
+    //printf( "Calling QApplication::exit() with exit code = %d\n", myExitStatus );
     qApp->exit( myExitStatus );
   }
 }