Revision 05b35f15

b/lib/utils.py
2092 2092

  
2093 2093
    """
2094 2094
    try:
2095
      logging.Filehandler.handleError(self, record)
2095
      logging.FileHandler.handleError(self, record)
2096 2096
    except Exception:
2097 2097
      try:
2098 2098
        self.console.write("Cannot log message:\n%s\n" % self.format(record))

Also available in: Unified diff