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

Merge back to trunk 948

git-svn-id: http://svn.opennebula.org/one/trunk@949 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Rubén S. Montero 2009-12-16 11:23:09 +00:00
parent 67680cc9b4
commit 8b2aafb942

View File

@ -182,7 +182,7 @@ EOS
exe = SSHCommand.run("#{XEN[:poll]} #{deploy_id}", host, log_method(id))
if exe.code != 0
send_message(ACTION[:poll], RESULT[:failure], id, info)
send_message(ACTION[:poll], RESULT[:failure], id, "-")
return
end