summaryrefslogtreecommitdiffstats
path: root/sys-utils/fsfreeze.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/fsfreeze.c')
-rw-r--r--sys-utils/fsfreeze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fsfreeze.c b/sys-utils/fsfreeze.c
index d8b0a684c..d4d5bd3df 100644
--- a/sys-utils/fsfreeze.c
+++ b/sys-utils/fsfreeze.c
@@ -128,7 +128,7 @@ int main(int argc, char **argv)
err(EXIT_FAILURE, _("cannot open %s"), path);
if (fstat(fd, &sb) == -1) {
- warn(_("stat failed %s"), path);
+ warn(_("stat of %s failed"), path);
goto done;
}