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.10 by slacapra, Thu Jul 2 14:53:00 2009 UTC vs.
Revision 1.11 by mcinquil, Wed Sep 23 20:26:49 2009 UTC

# Line 118 | Line 118 | class PostMortemServer(PostMortem):
118              return False
119          # cleaning remote logging info file
120          try:
121 <            common.logger.debug( "Cleaning remote file [%s] " + str(remotelog) )
121 >            common.logger.debug( "Cleaning remote file [%s] " %( str(remotelog) ) )
122              sbi.delete(remotelog)
123          except Exception, ex:
124              msg = "WARNING: Unable to clean remote logging-info file %s \n"%remotelog

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines