From: Jim Meyering Date: Tue, 11 Dec 2001 11:47:25 +0000 (+0000) Subject: (re_protect): X-Git-Tag: FILEUTILS-4_1_4~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5654c49bd0e4cf19a538b09b77d4472438bda92;p=platform%2Fupstream%2Fcoreutils.git (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/ --- 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; }