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.7 -r1.8 --- openacs-4/packages/lars-blogger/tcl/weblogs-procs.tcl 13 Dec 2003 20:02:27 -0000 1.7 +++ openacs-4/packages/lars-blogger/tcl/weblogs-procs.tcl 6 Jan 2004 04:15:12 -0000 1.8 @@ -152,7 +152,7 @@ set blog_url "[ad_url]$package_url" ns_log debug "lars_blog_weblogs_com_update_ping:" - if { [catch {xmlrpc::remote_call -timeout 60 $location weblogUpdates.ping -string [ad_quotehtml $blog_title] -string [ad_quotehtml $blog_url]} errmsg ] } { + if { [catch {xmlrpc::remote_call $location weblogUpdates.ping -string [ad_quotehtml $blog_title] -string [ad_quotehtml $blog_url]} errmsg ] } { ns_log warning "lars_blog_weblogs_com_update_ping error: $errmsg" return -1 } else {