summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/host_controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/host_controller.js')
-rw-r--r--remoting/webapp/host_controller.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/webapp/host_controller.js b/remoting/webapp/host_controller.js
index 845e65d..08f3f2e 100644
--- a/remoting/webapp/host_controller.js
+++ b/remoting/webapp/host_controller.js
@@ -274,7 +274,9 @@ function parseHostConfig_(configStr) {
typeof config['xmpp_login'] == 'string') {
return config;
} else {
- console.error('Invalid getDaemonConfig response.');
+ if (configStr != '{}') {
+ console.error('Invalid getDaemonConfig response.');
+ }
}
return null;
}