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

Comparing COMP/CRAB/python/PostMortem.py (file contents):
Revision 1.19 by spiga, Tue Apr 15 10:03:19 2008 UTC vs.
Revision 1.20 by spiga, Wed Apr 30 18:16:19 2008 UTC

# Line 39 | Line 39 | class PostMortem(Actor):
39                  out = "".join(fl.readlines())  
40                  fl.close()
41                  reason = self.decodeLogging(out)
42 <                common.logger.message('Logging info for job '+ str(id) +': '+str(reason)+'\n      written to '+str(fname) )
42 >                common.logger.message('Logging info for job '+ str(id) +': '+str(reason)+'\n      written to '+str(fname)+' \n' )
43          return
44          
45      def decodeLogging(self, out):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines