From c98bbaadd48004749dbc975219d593bb16a981ee Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 2 Jul 2009 18:14:16 +0000 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0