(url-http-chunked-encoding-after-change-function): Use `url-http-debug'
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Jun 2005 18:37:16 +0000 (18:37 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Jun 2005 18:37:16 +0000 (18:37 +0000)
instead of `message'.

lisp/url/url-http.el

index 2315c6c..f5bbf4a 100644 (file)
@@ -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))))))))))