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

development Update error message when search option is not supported

This commit is contained in:
Christian González 2019-02-04 11:29:03 +01:00 committed by Ruben S. Montero
parent 5e4933798d
commit f2af8b8ca5

View File

@ -104,7 +104,7 @@ void VirtualMachinePoolInfo::request_execute(
if (!fts_query.empty() && !pool->is_fts_available())
{
att.resp_msg = "Full text search is not allowed with sqlite backend";
att.resp_msg = "Full text search is not supported by the SQL backend";
failure_response(INTERNAL, att);
return;