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

Comparing COMP/CRAB/python/PostMortemServer.py (file contents):
Revision 1.12 by mcinquil, Fri Nov 13 10:56:40 2009 UTC vs.
Revision 1.13 by mcinquil, Wed Apr 28 15:15:29 2010 UTC

# Line 29 | Line 29 | class PostMortemServer(PostMortem):
29          try:
30              from StatusServer import StatusServer
31              stat = StatusServer(self.cfg_params)
32 <            stat.resynchClientSide()
32 >            warning_msg = stat.resynchClientSide()
33 >            if warning_msg is not None:
34 >                common.logger.info(warning_msg)
35          except:
36              pass
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines