Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.108.2.20 -r1.108.2.21 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 23 Aug 2014 12:19:32 -0000 1.108.2.20 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 25 Aug 2014 09:25:12 -0000 1.108.2.21 @@ -2059,10 +2059,11 @@ if { $manifest eq "" } { # Nope, get it now + #ns_log notice [list util::http::get -timeout 120 -url $manifest_url] set dict [util::http::get -timeout 120 -url $manifest_url] if { [dict get $dict status] ne "200" } { - error "Couldn't get the package list. Please try again later." + error "Couldn't get the package list. Please try again later. Status: [dict get $dict status]" } set manifest [dict get $dict page]