]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: Add information in trace when catch signals
authorprascle <prascle>
Thu, 25 Nov 2004 12:09:31 +0000 (12:09 +0000)
committerprascle <prascle>
Thu, 25 Nov 2004 12:09:31 +0000 (12:09 +0000)
src/Session/SALOME_Session_Server.cxx

index c78fb6763ea9946b4b5499c6360e8f57563ebcf1..33d3440a3e61cb287b6fc9b6a485cee02256088b 100644 (file)
@@ -198,7 +198,7 @@ int main(int argc, char **argv)
              }
            catch(std::exception& e)
              {
-               INFOS("run(): An exception has been caught");
+               INFOS("run(): An exception has been caught " <<e.what() );
                QApplication::restoreOverrideCursor();
                QAD_MessageBox::error1 ( (QWidget*)QAD_Application::getDesktop(),
                                        QObject::tr("ERR_ERROR"),