Project

General

Profile

« Previous | Next » 

Revision 3246

Added by berkley about 17 years ago

got a better version of paging working. still needs to be cleaned up and debugged more.

View differences:

QuerySpecification.java
376 376
        	accessQuery = " AND (docid IN (" + allow + ")"
377 377
                + " AND docid NOT IN (" + deny + "))";
378 378
        }
379
        logMetacat.warn("accessquery is: " + accessQuery);
379
        logMetacat.info("accessquery is: " + accessQuery);
380 380
        return accessQuery;
381 381
    }
382 382

  
......
1191 1191
                self.append(" AND xml_nodes.rootnodeid = xml_documents.rootnodeid");
1192 1192
            }
1193 1193

  
1194
            logMetacat.warn("Attribute query: " + self.toString());
1194
            logMetacat.info("Attribute query: " + self.toString());
1195 1195

  
1196 1196
            return self.toString();
1197 1197
        }

Also available in: Unified diff