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

Comparing COMP/CRAB/python/ResubmitterServer.py (file contents):
Revision 1.4 by spiga, Tue Oct 13 08:22:39 2009 UTC vs.
Revision 1.5 by mcinquil, Wed Apr 28 15:15:30 2010 UTC

# Line 16 | Line 16 | class ResubmitterServer(SubmitterServer,
16          try:
17              from StatusServer import StatusServer
18              stat = StatusServer(self.cfg_params)
19 <            stat.resynchClientSide()
19 >            warning_msg = stat.resynchClientSide()
20 >            if warning_msg is not None:
21 >                common.logger.info(warning_msg)
22          except:
23              pass
24  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines