Index: openacs-4/packages/lars-blogger/tcl/weblogs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/tcl/weblogs-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/lars-blogger/tcl/weblogs-procs.tcl 28 Aug 2003 09:41:55 -0000 1.4 +++ openacs-4/packages/lars-blogger/tcl/weblogs-procs.tcl 1 Nov 2003 08:45:38 -0000 1.5 @@ -41,7 +41,7 @@ set blog_url "[ad_url]$package_url" - ns_log notice "lars_blog_weblogs_com_update_ping:" + ns_log debug "lars_blog_weblogs_com_update_ping:" if [catch { if {[incr depth] > 10} { return -code error "rss_weblogUpdatesping: Recursive redirection: $location" @@ -72,8 +72,8 @@ flush $wfd close $wfd - ns_log notice "lars_blog_weblogs_com_update_ping: pinging for blog $blog_title and url $blog_url" - ns_log notice message: \"$message\" + ns_log debug "lars_blog_weblogs_com_update_ping: pinging for blog $blog_title and url $blog_url" + ns_log debug "message: \"$message\"" set headers $rpset set response [ns_set name $headers] @@ -109,7 +109,7 @@ ns_log warning "lars_blog_weblogs_com_update_ping error: $errmsg" return -1 } else { - ns_log notice "lars_blog_weblogs_com_update_ping: $page" + ns_log debug "lars_blog_weblogs_com_update_ping: $page" return 1 } }