From f2af8b8ca559e8ef731220a942e04ec4164500ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Mon, 4 Feb 2019 11:29:03 +0100 Subject: [PATCH] development Update error message when search option is not supported --- src/rm/RequestManagerPoolInfoFilter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;