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.9 -r1.10 --- openacs-4/packages/notifications/tcl/delivery-method-procs.tcl 16 Oct 2003 14:06:46 -0000 1.9 +++ openacs-4/packages/notifications/tcl/delivery-method-procs.tcl 1 Nov 2003 08:45:39 -0000 1.10 @@ -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 debug "Blocked notification to $to_user_id subject:$subject" + ns_log debug "notification::delivery::send: Blocked notification to $to_user_id subject:$subject" return "Blocked" }