mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
feature #662: Error message for drop method
This commit is contained in:
parent
d6206edfa8
commit
d3e79057da
@ -53,7 +53,8 @@ void RequestManagerDelete::request_execute(xmlrpc_c::paramList const& paramList)
|
||||
|
||||
if ( rc != 0 )
|
||||
{
|
||||
failure_response(INTERNAL,request_error(error_msg, ""));
|
||||
failure_response(INTERNAL,
|
||||
request_error("Can not delete "+object_name(auth_object),error_msg));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user