Skip to content

Commit

Permalink
small code change
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 17, 2014
1 parent 14ac267 commit f47362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_http/src/service_http/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ def process_exception(self, request, service_connection, exception):
except Exception as exception:
# prints an error message about the raised exception so that it's
# possible to properly act on it at a runtime level
self.service_plugin.debug("There was an exception handling the exception: " %\
self.service_plugin.debug("There was an exception handling the exception (%s): " %\
exception.__class__.__name__ + colony.legacy.UNICODE(exception)
)

Expand Down

0 comments on commit f47362c

Please sign in to comment.