Fixed check of host certs
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 6 Jan 2005 16:36:56 +0000 (16:36 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 6 Jan 2005 16:36:56 +0000 (16:36 +0000)
org.glite.deployment.lb/config/scripts/glite-lb-config.py

index 5ee86fd..d977fd1 100644 (file)
@@ -260,7 +260,8 @@ if __name__ == '__main__':
     if params.has_key('glite.installer.checkcerts'):
         if params['glite.installer.checkcerts'] == "true":
             if glib.check_certs(params) != 0:
-                print "Certificate files are not found\n" 
+                print "An error occurred while configuring the %s service" \
+                    % service.friendly_name
                 sys.exit(1)
     
     # Print configuration parameters