From: erickson Date: Sun, 26 Sep 2010 23:20:11 +0000 (+0000) Subject: no need to warn when emails may just be disabled X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=939bd0e75d89764992a379f859449a56704ebea8;p=Evergreen.git no need to warn when emails may just be disabled git-svn-id: svn://svn.open-ils.org/ILS/trunk@18016 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm index ab0b8462ac..330df44421 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm @@ -2681,7 +2681,7 @@ sub do_hold_notify { return; } - $logger->warn("circulator: * hold notify failed for hold $holdid"); + $logger->debug("circulator: * hold notify cancelled or failed for hold $holdid"); } else { $logger->info("circulator: Not sending hold notification since the patron has no email address");