Improved an error message
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 6 Jan 2005 13:51:52 +0000 (13:51 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 6 Jan 2005 13:51:52 +0000 (13:51 +0000)
org.glite.deployment.lb/config/scripts/glite-lb-config.py

index 8805053..5ee86fd 100644 (file)
@@ -213,7 +213,7 @@ if __name__ == '__main__':
     # Load parameters
     params = {}
     if glib.loadConfiguration("%s/../glite-lb.cfg.xml" % glib.getScriptPath(),params):
-        print "Configuration files not found.\nPlease verify if the configuration files are copied from the templates directory\n"
+        print "An error occurred while configuring the service"
         sys.exit(1)
     
     verbose = 0