]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url-cookie.el
Use url-lazy-message for warnings about ignored cookies.
[gnu-emacs] / lisp / url / url-cookie.el
index 2067f0972249fe662b8ca21f77a6af07c2e609eb..e056db38a98551c6a4da79e22b1b60a362f03696 100644 (file)
@@ -400,8 +400,8 @@ telling Microsoft that."
          (url-cookie-store (car cur) (cdr cur)
                            expires domain localpart secure))))
      (t
-      (message "%s tried to set a cookie for domain %s - rejected."
-              (url-host url-current-object) domain)))))
+      (url-lazy-message "%s tried to set a cookie for domain %s - rejected."
+                       (url-host url-current-object) domain)))))
 
 (defvar url-cookie-timer nil)