From 26938f4d826eefe63ba10eca023b7e09bfdb35f3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 5 Mar 2001 23:42:55 +0000 Subject: Consistent error-message formats. svn path=/trunk/; revision=3208 --- driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 275b7760..df38f286 100644 --- a/driver.c +++ b/driver.c @@ -1703,7 +1703,7 @@ const int maxfetch; /* maximum number of messages to fetch */ int err_no = errno; #ifdef HAVE_RES_SEARCH if (err_no != 0 && h_errno != 0) - report(stderr, _("fetchmail: internal inconsistency\n")); + report(stderr, _("internal inconsistency\n")); #endif /* * Avoid generating a bogus error every poll cycle when we're @@ -1713,7 +1713,7 @@ const int maxfetch; /* maximum number of messages to fetch */ if (!((err_no == EHOSTUNREACH || err_no == ENETUNREACH) && run.poll_interval)) { - report_build(stderr, _("fetchmail: %s connection to %s failed"), + report_build(stderr, _("%s connection to %s failed"), protocol->name, ctl->server.pollname); #ifdef HAVE_RES_SEARCH if (h_errno != 0) -- cgit v1.2.3