From cb6988699908530c06eea5552b9e584ed3cd33c8 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 8 Jul 2009 17:50:32 +0000 Subject: [PATCH] Merge r13492 from trunk: 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/branches/rel_1_6@13535 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