From d5bcb322c9ed1a6b7b8a44faf7a2284a0793773c Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 7 Jul 2008 09:20:47 +0000 Subject: [PATCH] Bug IPAL18631 REGRESS of logger - nothing apperared in log file in the IAPP-002 test scenario checkpoints --- src/SUIT/SUIT_Session.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } -- 2.39.2