Skip to content

Commit

Permalink
Merge back to trunk 948
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.opennebula.org/one/trunk@949 3034c82b-c49b-4eb3-8279-a7acafdc01c0
  • Loading branch information
ruben committed Dec 16, 2009
1 parent 8a78e7a commit 9272141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_mad/xen/one_vmm_xen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def poll(id, host, deploy_id, not_used)
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

Expand Down

0 comments on commit 9272141

Please sign in to comment.