Some more information when using fallback ajax client.

This commit is contained in:
Griatch 2015-02-23 16:41:10 +01:00
parent b8daff0663
commit f0eec11ac5

View file

@ -159,7 +159,7 @@ function webclient_init(){
}, 10000);
// Report success
msg_display('sys',"Connected to " + data.msg + ".");
msg_display('sys',"Connected to " + data.msg + ". Websockets not available: Using ajax client without OOB support.");
// Wait for input
webclient_receive();