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

Comparing COMP/CRAB/python/EdgLoggingInfo.py (file contents):
Revision 1.6 by spiga, Tue Apr 15 09:37:47 2008 UTC vs.
Revision 1.7 by spiga, Tue May 26 10:23:00 2009 UTC

# Line 38 | Line 38 | class EdgLoggingInfo:
38          try:
39              file = open(filename)
40          except IOError:
41 <            common.logger.message('Could not open file: '+filename)
41 >            common.logger.info('Could not open file: '+filename)
42              return ''
43  
44          return self.decodeReason(file.readlines())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines