~mabac/svammel/fix-i386-timeout

« back to all changes in this revision

Viewing changes to logging.py

  • Committer: Mattias Backman
  • Date: 2011-03-22 10:17:01 UTC
  • Revision ID: mattias.backman@linaro.org-20110322101701-mtw3fz61e88au082
Make file-failures log reported bugs and avoid reporting if logged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                                         log_items[2], log_items[3])
45
45
                    self.add_entry(log_entry)
46
46
            except IOError:
47
 
                print_message('Could not read log from file %s.' % \
 
47
                print_message('Log  file '%s' does not exist.' % \
48
48
                                  self.log_file_name)
49
49
            finally:
50
50
                if log_file is not None: