From d2859a4a2e0d19082f82fc899bb812d7ca9d1c35 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 30 Jan 2012 22:03:11 +0000 Subject: [PATCH] nnimap.el (nnimap-wait-for-response): Include the imap server name in the message for greater debuggability. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/nnimap.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 316e266c5e4..93ceeebf0c1 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2012-01-30 Lars Ingebrigtsen + + * nnimap.el (nnimap-wait-for-response): Include the imap server name in + the message for greater debuggability. + 2012-01-28 Lars Ingebrigtsen * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode' diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index afa4bdf3dbd..36245af4bc4 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -1738,7 +1738,8 @@ textual parts.") (not (looking-at (format "%d .*\n" sequence))))) (when messagep (nnheader-message-maybe - 7 "nnimap read %dk" (/ (buffer-size) 1000))) + 7 "nnimap read %dk from %s" (/ (buffer-size) 1000) + nnimap-address)) (nnheader-accept-process-output process) (goto-char (point-max))) openp) -- 2.39.2