From: dbs Date: Thu, 2 Jul 2009 18:14:16 +0000 (+0000) Subject: Requests for added content fail all the time; don't pollute the logs with bogus errors X-Git-Tag: sprint4-merge-nov22~9746 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c98bbaadd48004749dbc975219d593bb16a981ee;p=working%2FEvergreen.git Requests for added content fail all the time; don't pollute the logs with bogus errors git-svn-id: svn://svn.open-ils.org/ILS/trunk@13492 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm b/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm index aca43824cb..6cb5a5b84f 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm @@ -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;