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

michi at wyona.com michi at wyona.com
Thu Aug 6 10:23:30 CEST 2009


Author: michi
Date: 2009-08-06 10:23:30 +0200 (Thu, 06 Aug 2009)
New Revision: 44027

Modified:
   public/yanel/trunk/src/contributions/resources/search/src/java/org/wyona/yanel/impl/resources/search/SearchResource.java
Log:
log message improved

Modified: public/yanel/trunk/src/contributions/resources/search/src/java/org/wyona/yanel/impl/resources/search/SearchResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/search/src/java/org/wyona/yanel/impl/resources/search/SearchResource.java	2009-08-06 08:17:56 UTC (rev 44026)
+++ public/yanel/trunk/src/contributions/resources/search/src/java/org/wyona/yanel/impl/resources/search/SearchResource.java	2009-08-06 08:23:30 UTC (rev 44027)
@@ -219,7 +219,7 @@
                     log.error(e, e);
                 }
             } else {
-                log.error("Tika parser is null!");
+                log.warn("Tika parser is null! Mime type '" + mimeType + "' did probably not match any configured parser.");
             }
         } else {
             log.warn("Node '" + path + "' has no content type and hence will not be parsed re title");



More information about the Yanel-commits mailing list