Skip to content

Commit

Permalink
HH-20233 duplicating log message removing
Browse files Browse the repository at this point in the history
  • Loading branch information
katraev committed Jul 13, 2011
1 parent 6c74ff5 commit d2be45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontik/handler_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def _prepare_finish_with_xsl(self):
self.log.debug('applied XSL %s in %.2fms', self.transform_filename, (time.time() - t)*1000)
return result
except:
self.log.exception('failed transformation with XSL %s' % self.transform_filename, str(self.transform.error_log))
self.log.exception('failed transformation with XSL %s' % self.transform_filename)
self.log.exception('error_log entries: %s', "\n".join(map("message from line: {0.line}, column: {0.column}, \
domain: {0.domain_name}, type: {0.type_name}\
level: {0.level_name}, file : {0.filename}, message: {0.message}".format, self.transform.error_log)))
Expand Down

0 comments on commit d2be45c

Please sign in to comment.