aboutsummaryrefslogtreecommitdiff
path: root/src/engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.c')
-rw-r--r--src/engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.c b/src/engine.c
index a2b26f50..b40e75ed 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -1285,7 +1285,7 @@ check_pidfile(char *name)
}
fclose(fp);
if (unlink(pidfile)) {
- mu_error(_("Cannot unlink pidfile `%s'"),
+ mu_error(_("Cannot unlink pidfile `%s': %s"),
name, mu_strerror(errno));
exit(EX_USAGE);
}

Return to:

Send suggestions and report system problems to the System administrator.