Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12632, comment 1


Ignore:
Timestamp:
Dec 6, 2016, 12:39:21 PM (7 years ago)
Author:
Christian Boos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12632, comment 1

    initial v1  
    1414-                                   exception_to_unicode(e, traceback=True))
    1515+                    if isinstance(TracError, e):
    16 +                        self.log.warning("Exception caught while "
    17 +                                         "post-processing request: %s",
     16+                        self.log.warning("Exception caught while"
     17+                                         " post-processing request: %s",
    1818+                                         exception_to_unicode(e))
    1919+                    else: