aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
Diffstat (limited to 'uid.c')
-rw-r--r--uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uid.c b/uid.c
index 3b213ee9..eef01887 100644
--- a/uid.c
+++ b/uid.c
@@ -611,7 +611,7 @@ void write_saved_lists(struct query *hostlist, const char *idfile)
if (outlevel >= O_DEBUG)
report(stdout, GT_("Deleting fetchids file.\n"));
if (unlink(idfile) && errno != ENOENT)
- report(stderr, GT_("Error deleting %s: %s\n"), strerror(errno));
+ report(stderr, GT_("Error deleting %s: %s\n"), idfile, strerror(errno));
} else {
char *newnam = xmalloc(strlen(idfile) + 2);
strcpy(newnam, idfile);