Index: openacs-4/packages/gatekeeper/tcl/gatekeeper-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/gatekeeper/tcl/gatekeeper-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/gatekeeper/tcl/gatekeeper-procs.tcl 13 Sep 2002 10:44:00 -0000 1.3 +++ openacs-4/packages/gatekeeper/tcl/gatekeeper-procs.tcl 1 Nov 2003 08:45:38 -0000 1.4 @@ -205,7 +205,7 @@ ad_proc -private gatekeeper_query_foreign {url {timeout 30}} { Query a foreign url. } { - ns_log "Notice" "Requesting foreign url: $url" + ns_log debug "Requesting foreign url: $url" set input_headers [ad_conn headers] set headers [ns_set copy $input_headers] @@ -322,7 +322,7 @@ if { [catch { gatekeeper_query_foreign [gatekeeper_request_url_to_foreign_url $url]}] } { global errorInfo - ns_log "Error" "Error fetching $url:\n$errorInfo" + ns_log Error "gatekeeper_serve_request: error fetching $url:\n$errorInfo" ad_return_error "Unable to retreive page." "Unable to retreive page." } }