ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/ServerConfig.py
(Generate patch)

Comparing COMP/CRAB/python/ServerConfig.py (file contents):
Revision 1.28 by spiga, Tue May 4 17:24:59 2010 UTC vs.
Revision 1.29 by belforte, Thu Jan 3 12:19:17 2013 UTC

# Line 70 | Line 70 | class ServerConfig:
70  
71          common.logger.debug('All avaialble servers compatible with %s: '%common.prog_version_str +str(compatibleServerList))
72          if len(compatibleServerList)==0:
73 <            msg = "No compatible server available with client version %s\n"%common.prog_version_str
73 >            msg = "No compatible server for client version %s and scheduler %s\n"%(common.prog_version_str,common.scheduler.name())
74              msg += "Exiting"
75 +            common.logger.info(msg)
76              raise CrabException(msg)
77  
78          # if more than one, pick up a random one, waiting for something smarter (SiteDB)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines