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

Feature #4215: Add missing error message detail

See commit:3d8d2fd8
This commit is contained in:
Carlos Martín 2016-03-16 18:44:28 +01:00
parent 56c6df5ab7
commit 0267659dfc

View File

@ -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);