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

Comparing COMP/CRAB/python/ServerCommunicator.py (file contents):
Revision 1.19 by spiga, Mon May 26 21:26:04 2008 UTC vs.
Revision 1.20 by farinafa, Tue Jun 10 09:08:28 2008 UTC

# Line 264 | Line 264 | class ServerCommunicator:
264  
265          ## Additional fields for Notification by the server
266          miniCfg['eMail'] = self.cfg_params.get('USER.email', None)
267 <        miniCfg['threshold'] = self.cfg_params.get('USER.threshold', 100)
267 >        miniCfg['threshold'] = self.cfg_params.get('USER.thresholdlevel', 100)
268  
269          ## put here other fields if needed
270          node.setAttribute("CfgParamDict", str(miniCfg) )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines