From: Eli Zaretskii Date: Sat, 4 Jun 2005 18:37:16 +0000 (+0000) Subject: (url-http-chunked-encoding-after-change-function): Use `url-http-debug' X-Git-Tag: emacs-pretest-22.0.90~9326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63db9644669f2615430d8301dca7d1d436f1e81d;p=emacs.git (url-http-chunked-encoding-after-change-function): Use `url-http-debug' instead of `message'. --- diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 2315c6c9415..f5bbf4a7bf4 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -850,7 +850,7 @@ the end of the document." (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))))))))))