aboutsummaryrefslogtreecommitdiffstats
path: root/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'lock.c')
-rw-r--r--lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lock.c b/lock.c
index 43355150..5f452b36 100644
--- a/lock.c
+++ b/lock.c
@@ -114,7 +114,7 @@ int fm_lock_state(void)
* assume that we cannot write to it later,
* complain and quit. */
report(stderr, GT_("fetchmail: cannot write to lockfile \"%s\" (%s), exiting\n"),
- strerror(errno), lockfile);
+ lockfile, strerror(errno));
exit(PS_EXCLUDE);
}
}