]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
IPAL 0052196: TC7.3.0:runSalome --logger --modules=COMPONENT,CALCULATOR throw trace...
authormpa <mpa@opencascade.com>
Fri, 6 Dec 2013 10:16:56 +0000 (10:16 +0000)
committermpa <mpa@opencascade.com>
Fri, 6 Dec 2013 10:16:56 +0000 (10:16 +0000)
- Edit trace message

src/LightApp/LightApp_Application.cxx

index d50b77fe0056cbd9a12f2a68633c5d744f9a536b..f1f7c78d8a9e53ecd2292a2db4b80a98a40c84ab 100644 (file)
@@ -686,7 +686,7 @@ void LightApp_Application::createActions()
       if ( icon.isNull() )
       {
         icon = modIcon;
-        INFOS ( "****************************************************************" << std::endl
+        INFOS ( "\n****************************************************************" << std::endl
                 <<  "*    Icon for " << (*it).toLatin1().constData()
                 << " not found. Using the default one." << std::endl
                 << "****************************************************************" << std::endl );
@@ -3727,7 +3727,7 @@ bool LightApp_Application::isLibExists( const QString& moduleTitle ) const
 
   if ( !isLibFound )
     {
-      INFOS( "****************************************************************" << std::endl
+      INFOS( "\n****************************************************************" << std::endl
           << "*    Warning: library " << lib.toLatin1().constData() << " cannot be found" << std::endl
           << "*    Module " << moduleTitle.toLatin1().constData() << " will not be available in GUI mode" << std::endl
           << "****************************************************************" << std::endl );
@@ -3764,7 +3764,7 @@ bool LightApp_Application::isLibExists( const QString& moduleTitle ) const
             return true;
         }
 
-      printf( "****************************************************************\n" );
+      printf( "\n****************************************************************\n" );
       printf( "*    Warning: python library for %s cannot be found:\n", moduleTitle.toLatin1().constData() );
       if (!isPyLib)
         printf( "*    No module named %s\n", moduleName( moduleTitle ).toLatin1().constData() );