no need to warn when emails may just be disabled
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 26 Sep 2010 23:20:11 +0000 (23:20 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 26 Sep 2010 23:20:11 +0000 (23:20 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18016 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm

index ab0b846..330df44 100644 (file)
@@ -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");