Merge "[vncproxy] log for closing web is misleading"

This commit is contained in:
Jenkins 2016-09-19 16:57:02 +00:00 committed by Gerrit Code Review
commit 04453caeaf

View File

@ -153,7 +153,8 @@ class NovaProxyRequestHandlerBase(object):
if tsock:
tsock.shutdown(socket.SHUT_RDWR)
tsock.close()
self.vmsg(_("%(host)s:%(port)s: Target closed") %
self.vmsg(_("%(host)s:%(port)s: "
"Websocket client or target closed") %
{'host': host, 'port': port})
raise