summaryrefslogtreecommitdiffstats
path: root/contrib/csup
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/csup')
-rw-r--r--contrib/csup/updater.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/csup/updater.c b/contrib/csup/updater.c
index ad9fbcf..d9f4210 100644
--- a/contrib/csup/updater.c
+++ b/contrib/csup/updater.c
@@ -1858,7 +1858,7 @@ updater_append_file(struct updater *up, struct file_update *fup, off_t pos)
goto bad;
}
if (nread == -1) {
- xasprintf(&up->errmsg, "%s: Error reading: %s",
+ xasprintf(&up->errmsg, "%s: Error reading: %s", fup->destpath,
strerror(errno));
return (UPDATER_ERR_MSG);
}
OpenPOWER on IntegriCloud