]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-http.el
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 24 Dec 2017 11:15:55 +0000 (12:15 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 24 Dec 2017 18:14:23 +0000 (19:14 +0100)
(url-http-wait-for-headers-change-function): Change message to
url-http-debug.

lisp/url/url-http.el

index 51f158e5c21eaeeb07573deca7e2ea092c9f1361..f9cf32cf0469ba4beafab82e328114ebe2ba9aa2 100644 (file)
@@ -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)