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

Comparing COMP/CRAB/python/SubmitterServer.py (file contents):
Revision 1.77 by spiga, Thu May 28 15:16:40 2009 UTC vs.
Revision 1.78 by spiga, Fri May 29 12:53:36 2009 UTC

# Line 58 | Line 58 | class SubmitterServer( Submitter ):
58              # standard submission to the server
59              self.performSubmission(isFirstSubmission)
60          
61 <            msg = '\nTotal of %d jobs submitted'%len(self.submitRange)
61 >            msg = 'Total of %d jobs submitted'%len(self.submitRange)
62              common.logger.info(msg)
63  
64          return

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines