Index: openacs-4/packages/notifications/tcl/delivery-method-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/delivery-method-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/notifications/tcl/delivery-method-procs.tcl 28 Aug 2003 09:41:58 -0000 1.8 +++ openacs-4/packages/notifications/tcl/delivery-method-procs.tcl 16 Oct 2003 14:06:46 -0000 1.9 @@ -40,7 +40,7 @@ } { #need to check if its ok to notify this user in this way. For now just checks if they are an approved user. if { ![notification::security::can_notify_user -user_id $to_user_id -delivery_method_id $delivery_method_id] } { - ns_log notice "Blocked notification to $to_user_id subject:$subject" + ns_log debug "Blocked notification to $to_user_id subject:$subject" return "Blocked" }