Ignore:
Timestamp:
2009-05-25T15:17:24+12:00 (15 years ago)
Author:
kjdon
Message:

removed one print statement and changed another

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/z3950/z3950parser.cpp

    r15498 r19590  
    245245    if ((Collection_map[rr->basenames[0]]).getFieldArg(Bib1_use, Short)) {
    246246      GSQuery += "[";
    247       cerr << "Supressing square brackets for the moment!\n";
    248 
    249247      Z_Term_parse(rr, Z->u.attributesPlusTerm->term, GSQuery);
    250248      GSQuery += "]";
     
    254252    // if it doesn't, add it as an unfielded search term
    255253    else {
    256       cerr << "[" << rr->basenames[0] << "]: failed to find index" << endl;
     254      cerr << "[" << rr->basenames[0] << "]: failed to find field index for " <<Bib1_use<<", adding term unfielded" << endl;
    257255      Z_Term_parse(rr, Z->u.attributesPlusTerm->term, GSQuery);
    258256    }
Note: See TracChangeset for help on using the changeset viewer.