1
0
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:
Ruben S. Montero 2012-02-24 12:53:25 +01:00
parent 7ffae6fb8e
commit 92d0432012

View File

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