mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #1112: Change error message
This commit is contained in:
parent
7ffae6fb8e
commit
92d0432012
@ -207,8 +207,7 @@ void ImageAllocate::request_execute(xmlrpc_c::paramList const& params,
|
||||
{
|
||||
ostringstream oss;
|
||||
|
||||
oss << "New Images cannot be allocated in the system "
|
||||
<< object_name(PoolObjectSQL::DATASTORE) << " [" << ds_id << "].";
|
||||
oss << "New images cannot be allocated in the system datastore.";
|
||||
failure_response(INTERNAL, allocate_error(oss.str()), att);
|
||||
|
||||
delete tmpl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user