summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pacman/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/query.c b/src/pacman/query.c
index c79133d1..18c69922 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -148,7 +148,7 @@ static int query_fileowner(alpm_list_t *targets)
if(S_ISDIR(buf.st_mode)) {
pm_fprintf(stderr, PM_LOG_ERROR,
- _("cannot determine ownership of a directory\n"));
+ _("cannot determine ownership of directory '%s'\n"), filename);
ret++;
free(filename);
continue;