Author: sshafroi
Date: 2008-12-04 14:18:18 +0100 (Thu, 04 Dec 2008)
New Revision: 7036

Modified:
   
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/AbstractESPFastSearchCommand.java
Log:
remove logging when we are throwing new exception that will be logged later

Modified: 
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/AbstractESPFastSearchCommand.java
===================================================================
--- 
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/AbstractESPFastSearchCommand.java
        2008-12-04 12:28:20 UTC (rev 7035)
+++ 
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/AbstractESPFastSearchCommand.java
        2008-12-04 13:18:18 UTC (rev 7036)
@@ -208,7 +208,6 @@
             return new BasicResultList<ResultItem>();
 
         } catch (IOException ex) {
-            LOG.error(ex.getMessage(), ex);
             throw new SearchCommandException(ex);
         }
     }

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to