[open-ils-commits] r13492 - trunk/Open-ILS/src/perlmods/OpenILS/WWW (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jul 2 14:14:19 EDT 2009
Author: dbs
Date: 2009-07-02 14:14:16 -0400 (Thu, 02 Jul 2009)
New Revision: 13492
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
Log:
Requests for added content fail all the time; don't pollute the logs with bogus errors
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm 2009-07-02 02:06:07 UTC (rev 13491)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm 2009-07-02 18:14:16 UTC (rev 13492)
@@ -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