Merge "Fix exception message mistake in WSGI service"

This commit is contained in:
Jenkins 2015-09-03 08:14:18 +00:00 committed by Gerrit Code Review
commit 032b4cda61
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class Server(service.ServiceBase):
if backlog < 1:
raise exception.InvalidInput(
reason='The backlog must be more than 1')
reason=_('The backlog must be more than 0'))
bind_addr = (host, port)
# TODO(dims): eventlet's green dns/socket module does not actually