diff --git a/src/rm/RequestManagerPoolInfoFilter.cc b/src/rm/RequestManagerPoolInfoFilter.cc index 77c1a3ade5..821f0f9583 100644 --- a/src/rm/RequestManagerPoolInfoFilter.cc +++ b/src/rm/RequestManagerPoolInfoFilter.cc @@ -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;