X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_session_shared.cpp;h=fb81b98512e296ad1e413e6579efcdae618d783e;hb=1f9dc5dc6b1fcaf732cd397370e25834ad891274;hp=335524c77a8c1ec3ad35d59b15e9c2c74835c79b;hpb=9181e947fbaaaaed1cbf53f38f13b56bc762366c;p=metaproxy-moved-to-github.git diff --git a/src/filter_session_shared.cpp b/src/filter_session_shared.cpp index 335524c..fb81b98 100644 --- a/src/filter_session_shared.cpp +++ b/src/filter_session_shared.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2013 Index Data + Copyright (C) Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -482,8 +482,6 @@ void yf::SessionShared::Rep::stat() no_instances++; } } - yaz_log(YLOG_LOG, "backend classes=%d instances=%d", no_classes, - no_instances); } void yf::SessionShared::Rep::init(mp::Package &package, const Z_GDU *gdu, @@ -1130,8 +1128,7 @@ void yf::SessionShared::Frontend::present(mp::Package &package, found_set->m_record_cache.add( odr, b_resp->records->u.databaseOrSurDiagnostics, - *req->resultSetStartPoint, - *f_resp->numberOfRecordsReturned); + *req->resultSetStartPoint, p_req->recordComposition); } bc->release_backend(found_backend); }