From: dmv Date: Mon, 7 Jul 2008 09:20:47 +0000 (+0000) Subject: Bug IPAL18631 REGRESS of logger - nothing apperared in log file in the IAPP-002 test... X-Git-Tag: V4_1_4a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d5bcb322c9ed1a6b7b8a44faf7a2284a0793773c;p=modules%2Fgui.git Bug IPAL18631 REGRESS of logger - nothing apperared in log file in the IAPP-002 test scenario checkpoints --- diff --git a/src/SUIT/SUIT_Session.cxx b/src/SUIT/SUIT_Session.cxx index 6ea095648..e5baca2e8 100755 --- a/src/SUIT/SUIT_Session.cxx +++ b/src/SUIT/SUIT_Session.cxx @@ -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 ); } }