Changeset 9090


Ignore:
Timestamp:
2005-02-17T17:13:26+13:00 (19 years ago)
Author:
kjdon
Message:

changed a print statement and removed an unnecesary variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/lucenequeryfilter.cpp

    r8027 r9090  
    312312  while (query_here != query_end) {
    313313    queryresultsclass thisqueryresults;
    314     text_t indx((*query_here).index);
    315314    if (!textsearchptr->search((*query_here), thisqueryresults)) {
    316315      // most likely a system problem
    317316      logout << text_t2ascii
    318317         << "system problem: could not do search with lucene for index \""
    319          << (*query_here).index << (*query_here).subcollection
     318         << (*query_here).index << (*query_here).level
     319         << (*query_here).subcollection
    320320         << (*query_here).language << "\".\n\n";
    321321      err = systemProblem;
Note: See TracChangeset for help on using the changeset viewer.