changeset 63000:a2b860ef5fde

(url-http-chunked-encoding-after-change-function): Use `url-http-debug' instead of `message'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 04 Jun 2005 18:37:16 +0000
parents d2c21eb619d2
children 035c9cd93159
files lisp/url/url-http.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-http.el	Sat Jun 04 18:32:57 2005 +0000
+++ b/lisp/url/url-http.el	Sat Jun 04 18:37:16 2005 +0000
@@ -850,7 +850,7 @@
 		  (url-display-percentage nil nil)
 		  (goto-char (match-end 1))
 		  (if (re-search-forward "^\r*$" nil t)
-		      (message "Saw end of trailers..."))
+		      (url-http-debug "Saw end of trailers..."))
 		  (if (url-http-parse-headers)
 		      (url-http-activate-callback))))))))))