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.9 by slacapra, Wed Jun 17 10:04:11 2009 UTC vs.
Revision 1.10 by slacapra, Thu Jul 2 14:53:00 2009 UTC

# Line 71 | Line 71 | class PostMortemServer(PostMortem):
71                      common.logger.info('Logging info for job '+ str(id) +': '+str(reason)+'\n      written to '+str(fname)+' \n' )
72                  else:
73                      common.logger.info('Logging info for job '+ str(id) +' not retrieved. Tring to get loggingInfo manually')
74 <                    PostMortem.collectLogging(self)
74 >                    PostMortem.collectOneLogging(self,id)
75              else:
76                  common.logger.info('Warning: job # ' + str(id) + ' not killed or aborted! Will get loggingInfo manually ')
77 <                PostMortem.collectLogging(self)
77 >                PostMortem.collectOneLogging(self,id)
78          return
79  
80  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines