# HG changeset patch # User Eli Zaretskii # Date 1117910236 0 # Node ID a2b860ef5fde13faa51dd6c11dcba9b12b4616ee # Parent d2c21eb619d21eb7619d93fa87fcb2f655dbc58a (url-http-chunked-encoding-after-change-function): Use `url-http-debug' instead of `message'. diff -r d2c21eb619d2 -r a2b860ef5fde lisp/url/url-http.el --- 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))))))))))