]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
PAL16537 (wrong warning message)
authoreap <eap@opencascade.com>
Wed, 8 Aug 2007 09:13:14 +0000 (09:13 +0000)
committereap <eap@opencascade.com>
Wed, 8 Aug 2007 09:13:14 +0000 (09:13 +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 db0e8c70cce4ef1e0f9566a97698a023aff73d35..fd1f8977bb9038c9b35d6f22b5f85fb778bb8abd 100644 (file)
@@ -2374,8 +2374,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 )