]> Dogcows Code - chaz/tar/commitdiff
(purge_directory): Fix format buffer typos in warning strings.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Aug 2004 06:33:59 +0000 (06:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Aug 2004 06:33:59 +0000 (06:33 +0000)
src/incremen.c

index 1ef55e55add66cd85ae86324e836639fdc29dc98..77772316c292bbc9239b6ccb926cbeeaafe2b5d5 100644 (file)
@@ -521,14 +521,14 @@ purge_directory (char const *directory_name)
          if (deref_stat (true, p, &st))
            {
              stat_diag (p);
-             WARN((0, 0, _("%s: Not purging directory %s: unable to stat"),
+             WARN((0, 0, _("%s: Not purging directory: unable to stat"),
                    quotearg_colon (p)));
              continue; 
            }
          else if (one_file_system_option && st.st_dev != root_device)
            {
              WARN((0, 0,
-                   _("%s: directory %s is on a different device: not purging"),
+                   _("%s: directory is on a different device: not purging"),
                    quotearg_colon (p)));
              continue;
            }
This page took 0.025151 seconds and 4 git commands to generate.