1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #1069: Fix typo in OpenNebulaVNC

(cherry picked from commit 29ac3aa88568925b49209b55b79d4e59e587d642)
This commit is contained in:
Hector Sanjuan 2012-02-14 11:59:52 +01:00 committed by Ruben S. Montero
parent b66ebf5982
commit 0652b11c29

View File

@ -71,7 +71,7 @@ class OpenNebulaVNC
cmd ="#{@proxy_path} #{proxy_options} #{proxy_port} #{host}:#{vnc_port}"
begin
$stderr.puts("Starting vnc proxy: #{proxy_cmd}")
$stderr.puts("Starting vnc proxy: #{cmd}")
pipe = IO.popen(cmd)
rescue Exception => e
return [500, OpenNebula::Error.new(e.message).to_json]