aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2017-12-24 12:15:55 +0100
committerAndreas Schwab2017-12-24 19:14:23 +0100
commitd7d3b14a99692ffee6adb1c0b643a625bdcae650 (patch)
treef8399b9805bc037832895319a7f11ff882e8759f
parentf3819ad13e917583af57e3414687af0d2934dd72 (diff)
downloademacs-d7d3b14a99692ffee6adb1c0b643a625bdcae650.tar.gz
emacs-d7d3b14a99692ffee6adb1c0b643a625bdcae650.zip
* lisp/url/url-http.el
(url-http-wait-for-headers-change-function): Change message to url-http-debug.
-rw-r--r--lisp/url/url-http.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 51f158e5c21..f9cf32cf046 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -1384,7 +1384,7 @@ The return value of this function is the retrieval buffer."
1384 (error "error: %s" e))) 1384 (error "error: %s" e)))
1385 (error "error: gnutls support needed!"))) 1385 (error "error: gnutls support needed!")))
1386 (t 1386 (t
1387 (message "error response: %d" url-http-response-status) 1387 (url-http-debug "error response: %d" url-http-response-status)
1388 (url-http-activate-callback)))))) 1388 (url-http-activate-callback))))))
1389 1389
1390(defun url-http-async-sentinel (proc why) 1390(defun url-http-async-sentinel (proc why)