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