From d7d3b14a99692ffee6adb1c0b643a625bdcae650 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 24 Dec 2017 12:15:55 +0100 Subject: [PATCH] * lisp/url/url-http.el (url-http-wait-for-headers-change-function): Change message to url-http-debug. --- lisp/url/url-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (error "error: %s" e))) (error "error: gnutls support needed!"))) (t - (message "error response: %d" url-http-response-status) + (url-http-debug "error response: %d" url-http-response-status) (url-http-activate-callback)))))) (defun url-http-async-sentinel (proc why) -- 2.39.2