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

Comparing COMP/CRAB/python/SchedulerGlite.py (file contents):
Revision 1.7 by slacapra, Tue Oct 17 09:52:57 2006 UTC vs.
Revision 1.8 by slacapra, Tue Oct 17 10:06:53 2006 UTC

# Line 243 | Line 243 | class SchedulerGlite(SchedulerEdg):
243          retrieve the logging info from logging and bookkeeping and return it
244          """
245          self.checkProxy()
246 <        cmd = 'glite-job-logging-info -v 2 ' + id
246 >        cmd = 'glite-job-logging-info -v 3 ' + id
247          cmd_out = runCommand(cmd)
248          return cmd_out
249  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines