From e3716842ef03da96ce082dc47eda71b6ca14fb3f Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 4 Jan 2011 10:27:25 -0600 Subject: [PATCH] include/rfb.js: show Flash version in console. --- include/rfb.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/rfb.js b/include/rfb.js index 7536ddc8..6adccd47 100644 --- a/include/rfb.js +++ b/include/rfb.js @@ -254,7 +254,8 @@ function constructor() { Util.Info("Using native WebSockets"); updateState('loaded', 'noVNC ready: native WebSockets, ' + rmode); } else { - Util.Warn("Using web-socket-js flash bridge"); + Util.Warn("Using web-socket-js bridge. Flash version: " + + Util.Flash.version); if ((! Util.Flash) || (Util.Flash.version < 9)) { updateState('fatal', "WebSockets or Adobe Flash is required");