| Index: remoting/webapp/client_screen.js
|
| diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js
|
| index 52716863c3d45eee41da8d262b184ccb182137df..f589d5497460adb76cfa2a95b8d0834260c69529 100644
|
| --- a/remoting/webapp/client_screen.js
|
| +++ b/remoting/webapp/client_screen.js
|
| @@ -238,8 +238,8 @@ function onClientStateChange_(oldState, newState) {
|
| remoting.ClientSession.ConnectionError.NETWORK_FAILURE) {
|
| showConnectError_(remoting.Error.NETWORK_FAILURE);
|
| } else if (remoting.clientSession.error ==
|
| - remoting.ClientSession.ConnectionError.HOST_IS_DISABLED) {
|
| - showConnectError_(remoting.Error.HOST_IS_DISABLED);
|
| + remoting.ClientSession.ConnectionError.HOST_OVERLOAD) {
|
| + showConnectError_(remoting.Error.HOST_OVERLOAD);
|
| } else {
|
| showConnectError_(remoting.Error.GENERIC);
|
| }
|
|
|