]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
PAL16537 (wrong warning message)
authoreap <eap@opencascade.com>
Wed, 8 Aug 2007 09:12:36 +0000 (09:12 +0000)
committereap <eap@opencascade.com>
Wed, 8 Aug 2007 09:12:36 +0000 (09:12 +0000)
-      printf( "*    Warning: library %s cannot be found\n", moduleTitle.latin1() );
-      printf( "*    Module will not be available\n" );
+      printf( "*    Warning: library %s cannot be found\n", lib.latin1() );
+      printf( "*    Module %s will not be available in GUI mode\n", moduleTitle.latin1() );

src/LightApp/LightApp_Application.cxx

index ed241088e8476d9f366a49fe41ba3413a151c8b3..a92d45bd4a8f43d1064d843fd8f6af19ac7e30a2 100644 (file)
@@ -2449,8 +2449,8 @@ bool LightApp_Application::isLibExists( const QString& moduleTitle ) const
   if ( !isLibFound )
     {
       printf( "****************************************************************\n" );
-      printf( "*    Warning: library %s cannot be found\n", moduleTitle.latin1() );
-      printf( "*    Module will not be available\n" );
+      printf( "*    Warning: library %s cannot be found\n", lib.latin1() );
+      printf( "*    Module %s will not be available in GUI mode\n", moduleTitle.latin1() );
       printf( "****************************************************************\n" );
     }
   else if ( !isPythonModule )