Index: openacs-4/packages/notifications/tcl/sweep-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/sweep-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 23 Sep 2003 22:00:52 -0000 1.16 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 16 Oct 2003 14:06:46 -0000 1.17 @@ -79,7 +79,7 @@ if {![empty_string_p $batched_content]} { ns_log Debug "NOTIF-BATCHED: content to send!" db_transaction { - ns_log Notice "NOTIF-BATCHED: sending content" + ns_log Debug "NOTIF-BATCHED: sending content" # System name is used in the subject set system_name [ad_system_name] notification::delivery::send \ @@ -112,7 +112,7 @@ # append content to built-up content - ns_log Notice "NOTIF-BATCHED: appending one notif!" + ns_log Debug "NOTIF-BATCHED: appending one notif!" append batched_content "[_ notifications.SUBJECT] [ns_set get $notif notif_subject]\n[ns_set get $notif notif_text]\n\n\n=====================\n\n\n" lappend list_of_notification_ids [ns_set get $notif notification_id]