diff --git a/nova/console/websocketproxy.py b/nova/console/websocketproxy.py index f7104f79652e..6a7b1ec71039 100644 --- a/nova/console/websocketproxy.py +++ b/nova/console/websocketproxy.py @@ -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