mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
parent
56c6df5ab7
commit
0267659dfc
@ -639,7 +639,7 @@ void VirtualMachineAction::request_execute(xmlrpc_c::paramList const& paramList,
|
||||
break;
|
||||
case -2:
|
||||
oss << "Error performing action \"" << action_st << "\" on "
|
||||
<< object_name(auth_object) << " [" << id << "]";
|
||||
<< object_name(auth_object) << " [" << id << "]. " << error;
|
||||
att.resp_msg = oss.str();
|
||||
|
||||
failure_response(ACTION, att);
|
||||
|
Loading…
x
Reference in New Issue
Block a user