Requests for added content fail all the time; don't pollute the logs with bogus errors
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Jul 2009 18:14:16 +0000 (18:14 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Jul 2009 18:14:16 +0000 (18:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13492 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm

index aca4382..6cb5a5b 100644 (file)
@@ -100,7 +100,7 @@ sub handler {
     } 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;