summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/client_screen.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/client_screen.js')
-rw-r--r--remoting/webapp/client_screen.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js
index 5271686..f589d54 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);
}