[Yanel-commits] rev 56576 - public/yanel/trunk/src/contributions/resources/nutch/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Mon Feb 7 21:58:17 CET 2011


Author: michi
Date: 2011-02-07 21:58:16 +0100 (Mon, 07 Feb 2011)
New Revision: 56576

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/src/java/org/wyona/yanel/impl/resources/NutchResource.java
Log:
log level fixed

Modified: public/yanel/trunk/src/contributions/resources/nutch/src/java/org/wyona/yanel/impl/resources/NutchResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/src/java/org/wyona/yanel/impl/resources/NutchResource.java	2011-02-07 20:57:54 UTC (rev 56575)
+++ public/yanel/trunk/src/contributions/resources/nutch/src/java/org/wyona/yanel/impl/resources/NutchResource.java	2011-02-07 20:58:16 UTC (rev 56576)
@@ -516,7 +516,7 @@
     private void getSearchResults(Document document, Element rootElement, String searchTerm, int start) {
         try {
             Query query = Query.parse(searchTerm, configuration);
-            //log.error("DEBUG: Query: " + query);
+            //log.debug("Query: " + query);
             nutchBean = new NutchBean(configuration);
             int hitsPerPage = 10;
             if (request.getParameter("hitsPerPage") != null) hitsPerPage = Integer.parseInt(request.getParameter("hitsPerPage"));



More information about the Yanel-commits mailing list