[open-ils-commits] r13535 - branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/WWW (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 8 13:50:35 EDT 2009


Author: dbs
Date: 2009-07-08 13:50:32 -0400 (Wed, 08 Jul 2009)
New Revision: 13535

Modified:
   branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
Log:
Merge r13492 from trunk: Requests for added content fail all the time; don't pollute the logs with bogus errors

Modified: branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm	2009-07-08 17:48:55 UTC (rev 13534)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm	2009-07-08 17:50:32 UTC (rev 13535)
@@ -100,7 +100,7 @@
     } catch Error with { 
         $err = shift; 
         decr_error_countdown();
-        $logger->error("added content handler failed: $method($key) => $err");
+        $logger->debug("added content handler failed: $method($key) => $err");
     };
 
     return Apache2::Const::NOT_FOUND if $err;



More information about the open-ils-commits mailing list