X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_cql_to_rpn.cpp;h=d69612429e073a89e540e0ec6da7f012f7266bfe;hb=5f0d3fb3aa612b9a9ba2a9c756bcf3117a10d959;hp=aa57cad44b42e6e8244fdb93ec89b6b36f477d40;hpb=bea71b0778660249cb48e979277341e3a54a192b;p=metaproxy-moved-to-github.git diff --git a/src/filter_cql_to_rpn.cpp b/src/filter_cql_to_rpn.cpp index aa57cad..d696124 100644 --- a/src/filter_cql_to_rpn.cpp +++ b/src/filter_cql_to_rpn.cpp @@ -155,8 +155,8 @@ void yf::CQLtoRPN::Impl::process(mp::Package &package) Z_APDU *f_apdu = odr.create_searchResponse( apdu_req, - YAZ_BIB1_TEMPORARY_SYSTEM_ERROR, - "Missing CQL to RPN configuration"); + YAZ_BIB1_PERMANENT_SYSTEM_ERROR, + "cql_rpn: missing CQL to RPN configuration"); package.response() = f_apdu; return; }