[Pkg-wmaker-commits] [wmbiff] 02/05: print failure message if imap login fails

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:05:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_20
in repository wmbiff.

commit 5377710cd8427971f9b420c9ff15e9f1c69d0903
Author: bluehal <bluehal>
Date:   Mon Dec 22 00:08:12 2003 +0000

    print failure message if imap login fails
---
 wmbiff/Imap4Client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmbiff/Imap4Client.c b/wmbiff/Imap4Client.c
index 1f86f46..3fdf00c 100644
--- a/wmbiff/Imap4Client.c
+++ b/wmbiff/Imap4Client.c
@@ -606,7 +606,7 @@ static int authenticate_plaintext( /*@notnull@ */ Pop3 pc,
 		}
 
 		if (buf[5] != 'O') {
-			IMAP_DM(pc, DEBUG_ERROR, "IMAP Login failed.\n");
+			IMAP_DM(pc, DEBUG_ERROR, "IMAP Login failed: %s\n", buf);
 			/* if we're prompting the user, ask again, else fail */
 			if (PCU.interactive_password) {
 				PCU.password[0] = '\0';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list