summaryrefslogtreecommitdiffstats
path: root/src/extract.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract.c')
-rw-r--r--src/extract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract.c b/src/extract.c
index 2e63d14..35ffd9c 100644
--- a/src/extract.c
+++ b/src/extract.c
@@ -42,7 +42,7 @@ static int cb(struct package *p, const char *name, const char *path, void *u) {
if (errno == ENOENT)
return 0;
- fprintf(stderr, "stat(%s) failed: %s\n", path, strerror(errno));
+ fprintf(stderr, "access(%s) failed: %s\n", path, strerror(errno));
return -1;
}