diff options
| author | Andreas Schwab | 2017-12-24 12:15:55 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2017-12-24 19:14:23 +0100 |
| commit | d7d3b14a99692ffee6adb1c0b643a625bdcae650 (patch) | |
| tree | f8399b9805bc037832895319a7f11ff882e8759f | |
| parent | f3819ad13e917583af57e3414687af0d2934dd72 (diff) | |
| download | emacs-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.el | 2 |
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) |