(re_protect):
authorJim Meyering <jim@meyering.net>
Tue, 11 Dec 2001 11:47:25 +0000 (11:47 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 11 Dec 2001 11:47:25 +0000 (11:47 +0000)
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

index 6a16ba1..00bc61a 100644 (file)
--- 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;
        }