diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-10-14 00:24:36 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-10-14 00:24:36 +0200 |
commit | b25243446244619ffa24405e9af93442d70c5ed7 (patch) | |
tree | 92ff66309e5fd03d798dfa43465d065b6854ea00 /lock.c | |
parent | 460c55279cbe55ba56f7068ace6e7cadbb6d6df1 (diff) | |
download | fetchmail-b25243446244619ffa24405e9af93442d70c5ed7.tar.gz fetchmail-b25243446244619ffa24405e9af93442d70c5ed7.tar.bz2 fetchmail-b25243446244619ffa24405e9af93442d70c5ed7.zip |
Remove word 'either' that only makes sense in verbose mode.
Diffstat (limited to 'lock.c')
-rw-r--r-- | lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |