Fixed string quoting.

This commit is contained in:
Martin Edenhofer 2015-05-10 21:46:36 +02:00
parent 6fb8ad4b14
commit 08a42e5396

View file

@ -246,7 +246,7 @@ class _webSocketSingleton extends App.Controller
if @backend is 'websocketPort'
if @backend_port
port = ":#{@backend_port}"
@log 'notice', 'no websocket connection on port #{port}, use ajax long polling as fallback'
@log 'notice', "no websocket connection on port #{port}, use ajax long polling as fallback"
@backend = 'ajax'
@connect()
return