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

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


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

Modified:
   branches/rel_1_6_0/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_0/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm	2009-07-08 17:50:32 UTC (rev 13535)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm	2009-07-08 17:50:49 UTC (rev 13536)
@@ -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