From b25243446244619ffa24405e9af93442d70c5ed7 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 14 Oct 2020 00:24:36 +0200 Subject: Remove word 'either' that only makes sense in verbose mode. --- lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lock.c') diff --git a/lock.c b/lock.c index 9533e25f..985fefe2 100644 --- a/lock.c +++ b/lock.c @@ -113,7 +113,7 @@ int fm_lock_state(void) /* but if we cannot truncate the file either, * assume that we cannot write to it later, * complain and quit. */ - report(stderr, GT_("fetchmail: cannot write to lockfile \"%s\" either (%s), exiting\n"), + report(stderr, GT_("fetchmail: cannot write to lockfile \"%s\" (%s), exiting\n"), strerror(errno), lockfile); exit(PS_EXCLUDE); } -- cgit v1.2.3