summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/fstrim.c')
-rw-r--r--sys-utils/fstrim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c
index fca74825f..847b81924 100644
--- a/sys-utils/fstrim.c
+++ b/sys-utils/fstrim.c
@@ -73,7 +73,7 @@ static int fstrim_filesystem(const char *path, struct fstrim_range *rangetpl,
return -1;
}
if (fstat(fd, &sb) == -1) {
- warn(_("stat failed %s"), path);
+ warn(_("stat of %s failed"), path);
return -1;
}
if (!S_ISDIR(sb.st_mode)) {