emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d7d3b14: * lisp/url/url-http.el


From: Andreas Schwab
Subject: [Emacs-diffs] emacs-26 d7d3b14: * lisp/url/url-http.el
Date: Sun, 24 Dec 2017 13:19:13 -0500 (EST)

branch: emacs-26
commit d7d3b14a99692ffee6adb1c0b643a625bdcae650
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>

    * 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 51f158e..f9cf32c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]