| Index: remoting/webapp/host_controller.js
|
| diff --git a/remoting/webapp/host_controller.js b/remoting/webapp/host_controller.js
|
| index 5771c92185139bdbe89bf64eafa27aff309620c8..b5d6876d0bd06faa55e90e5be49339edddadc273 100644
|
| --- a/remoting/webapp/host_controller.js
|
| +++ b/remoting/webapp/host_controller.js
|
| @@ -21,7 +21,7 @@ remoting.HostController = function() {
|
| if (version == '') {
|
| console.log('Host not installed.');
|
| } else {
|
| - console.log('Host version:', version);
|
| + console.log('Host version: ' + version);
|
| }
|
| };
|
| try {
|
|
|