From 4cc0e600645340606411571d0b4ce656f13011d0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 22 Jun 2002 20:04:37 +0000 Subject: Sunil's CAPA patch. svn path=/trunk/; revision=3650 --- driver.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'driver.c') diff --git a/driver.c b/driver.c index ef3529e2..99e95d18 100644 --- a/driver.c +++ b/driver.c @@ -1146,6 +1146,12 @@ is restored.")); close_warning_by_mail(ctl, (struct msgblk *)NULL); } } + else if (err == PS_REPOLL) + { + report(stderr, GT_("Repoll immediately on %s@%s\n"), + ctl->remotename, + ctl->server.truename); + } else report(stderr, GT_("Unknown login or authentication error on %s@%s\n"), ctl->remotename, -- cgit v1.2.3