removed extraneous docstring lines
This commit is contained in:
@@ -289,7 +289,6 @@ class Controller(object):
|
|||||||
|
|
||||||
:param node: dictionary of node to handle errors for
|
:param node: dictionary of node to handle errors for
|
||||||
:param msg: error message
|
:param msg: error message
|
||||||
:param req: request that triggered the error
|
|
||||||
"""
|
"""
|
||||||
self.error_increment(node)
|
self.error_increment(node)
|
||||||
self.app.logger.error(_('%(msg)s %(ip)s:%(port)s'),
|
self.app.logger.error(_('%(msg)s %(ip)s:%(port)s'),
|
||||||
@@ -302,7 +301,6 @@ class Controller(object):
|
|||||||
:param node: dictionary of node to log the error for
|
:param node: dictionary of node to log the error for
|
||||||
:param typ: server type
|
:param typ: server type
|
||||||
:param additional_info: additional information to log
|
:param additional_info: additional information to log
|
||||||
:param req: request that triggered the exception
|
|
||||||
"""
|
"""
|
||||||
self.app.logger.exception(
|
self.app.logger.exception(
|
||||||
_('ERROR with %(type)s server %(ip)s:%(port)s/%(device)s re: '
|
_('ERROR with %(type)s server %(ip)s:%(port)s/%(device)s re: '
|
||||||
|
Reference in New Issue
Block a user