From d5654c49bd0e4cf19a538b09b77d4472438bda92 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 11 Dec 2001 11:47:25 +0000 Subject: [PATCH] (re_protect): Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cp.c b/src/cp.c index 6a16ba1..00bc61a 100644 --- a/src/cp.c +++ b/src/cp.c @@ -300,7 +300,7 @@ re_protect (const char *const_dst_path, int src_offset, if ((*(x->xstat)) (src_path, &src_sb)) { - error (0, errno, _("getting attributes of %s"), + error (0, errno, _("failed to get attributes of %s"), quote (src_path)); return 1; } -- 2.7.4